Skip to content
Snippets Groups Projects
Commit 1552bdbb authored by Ramon Souza's avatar Ramon Souza
Browse files

fix panels z-index for mobile

parent 6ce16bed
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
@extend %text-elipsis; @extend %text-elipsis;
@extend %highContrastOutline; @extend %highContrastOutline;
outline-style: solid; outline-style: solid;
z-index: 4; z-index: 5;
overflow: visible; overflow: visible;
order: 1; order: 1;
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
order: 2; order: 2;
height: 100%; height: 100%;
@include mq($small-only) { @include mq($small-only) {
z-index: 4; z-index: 5;
height: auto; height: auto;
top: var(--navbar-height); top: var(--navbar-height);
overflow: visible; overflow: visible;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment