forked from Ailur/burgernotes-server
Fixed optionsdiv from drawing behind main window
This commit is contained in:
parent
28dee89c6c
commit
b0b05185f6
|
@ -345,7 +345,8 @@ body {
|
|||
padding: 10px;
|
||||
color: var(--text-color);
|
||||
border-radius: 8px;
|
||||
min-width: 338.5px
|
||||
min-width: 338.5px;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.optionsDiv button {
|
||||
|
|
Loading…
Reference in New Issue