Commit 1e596fef authored by Jacob Schatz's avatar Jacob Schatz

Merge branch 'right-sidebar-z-index' into 'master'

Increased z-index of right sidebar

Fixes issue with active button overlapping it

Closes #15243

See merge request !3722
parents b4ed6efd 6191037a
...@@ -128,6 +128,7 @@ ...@@ -128,6 +128,7 @@
top: 58px; top: 58px;
bottom: 0; bottom: 0;
right: 0; right: 0;
z-index: 10;
transition: width .3s; transition: width .3s;
background: $gray-light; background: $gray-light;
padding: 10px 20px; padding: 10px 20px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment