Z indexes and colors

This commit is contained in:
Andrew 2018-01-06 18:38:19 -08:00
parent 7a93acd803
commit 56312df73b
2 changed files with 6 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 376 B

After

Width:  |  Height:  |  Size: 378 B

View File

@ -199,10 +199,16 @@ body.admin {
background-image:url("../images/clippy_wave.gif"), url("../images/clippy_frame.png");
background-repeat:no-repeat;
background-position: 4px 20px, 0px 0px;
z-index:0;
}
.drawer__pager {
overflow-y:auto;
z-index:1;
}
.privacy-dropdown__dropdown {
z-index:2;
}
.column {