Skip to content
Snippets Groups Projects
Commit e36c4126 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-2509 fix z-indexes

parent a26d4593
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ main {
right: 0;
top: 64px;
width: 20px;
z-index: 2;
z-index: 1;
height: calc(100vh - 64px);
@include media('>largeDesktop') {
......
......@@ -5,7 +5,7 @@
top: 64px;
height: 48px;
width: 100%;
z-index: 2;
z-index: 1;
box-shadow: $shadow-bottom;
display: flex;
justify-content: flex-start;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment