mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
adjust z-index lower than photo-swipe
This commit is contained in:
parent
11221e8326
commit
182c3bf0ac
1 changed files with 3 additions and 3 deletions
|
|
@ -234,7 +234,7 @@ header.layout_frame {
|
|||
display: none;
|
||||
position: absolute;
|
||||
background-color: lighten($grey, 40%);
|
||||
z-index: 9999999;
|
||||
z-index: 1000;
|
||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
|
|
@ -307,7 +307,7 @@ header.layout_frame {
|
|||
clear:both;
|
||||
margin: 0px 0px 10px;
|
||||
padding: 0;
|
||||
z-index: 9999999;
|
||||
z-index: 1000;
|
||||
box-shadow: 0px 8px 16px 0px rgba(255,255,255,0.2);
|
||||
}
|
||||
.layout_language .toggle{
|
||||
|
|
@ -460,7 +460,7 @@ header.layout_frame {
|
|||
position: fixed;
|
||||
top:0;
|
||||
right:0;
|
||||
z-index:99999999;
|
||||
z-index:1001;
|
||||
opacity: 0.9;
|
||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue