Fixed optionsdiv from drawing behind main window

This commit is contained in:
Tracker-Friendly 2023-11-03 22:00:41 +00:00
parent 28dee89c6c
commit b0b05185f6
1 changed files with 2 additions and 1 deletions

View File

@ -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 {