mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-18 04:43:24 +00:00
Z indexes and colors
This commit is contained in:
parent
7a93acd803
commit
56312df73b
Binary file not shown.
Before Width: | Height: | Size: 376 B After Width: | Height: | Size: 378 B |
|
@ -199,10 +199,16 @@ body.admin {
|
||||||
background-image:url("../images/clippy_wave.gif"), url("../images/clippy_frame.png");
|
background-image:url("../images/clippy_wave.gif"), url("../images/clippy_frame.png");
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
background-position: 4px 20px, 0px 0px;
|
background-position: 4px 20px, 0px 0px;
|
||||||
|
z-index:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.drawer__pager {
|
.drawer__pager {
|
||||||
overflow-y:auto;
|
overflow-y:auto;
|
||||||
|
z-index:1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.privacy-dropdown__dropdown {
|
||||||
|
z-index:2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.column {
|
.column {
|
||||||
|
|
Loading…
Reference in a new issue