mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
adjust z-indexes
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background-color: rgba(0, 0, 0, 0.25);
|
||||
z-index: 900;
|
||||
z-index: 4;
|
||||
}
|
||||
|
||||
.settingsModal label, .settingsModal button, .settingsModal select {
|
||||
@@ -31,7 +31,7 @@
|
||||
overflow-y: auto;
|
||||
margin-left: -178px;
|
||||
position: fixed;
|
||||
z-index: 1000;
|
||||
z-index: 5;
|
||||
padding: 2px;
|
||||
font-size: 14px;
|
||||
box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
|
||||
|
||||
Reference in New Issue
Block a user