mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-22 22:30:52 +01:00
ToolbarMe z-index
This commit is contained in:
parent
d85b3b9b7b
commit
be2ebf0059
@ -17,6 +17,7 @@ body {
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
$toolbar-me-zindex: 90;
|
||||
$chatinput-zindex: 80;
|
||||
$toolbar-zindex: 70;
|
||||
$rightside-zindex: 69;
|
||||
|
@ -2,7 +2,7 @@
|
||||
position: absolute;
|
||||
bottom: 65px;
|
||||
left: 15px;
|
||||
z-index: $toolbar-zindex;
|
||||
z-index: $toolbar-me-zindex;
|
||||
background: rgba(20, 20, 20, .95);
|
||||
border: 1px solid #101010;
|
||||
box-shadow: inset 2px 2px rgba(255, 255, 255, .1), inset -2px -2px rgba(255, 255, 255, .1);
|
||||
|
Loading…
Reference in New Issue
Block a user