Increased z-index of right sidebar
Fixes issue with active button overlapping it Closes #15243
This commit is contained in:
parent
64776ab2b4
commit
6191037a24
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@
|
|||
top: 58px;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
z-index: 10;
|
||||
transition: width .3s;
|
||||
background: $gray-light;
|
||||
padding: 10px 20px;
|
||||
|
|
Loading…
Reference in a new issue