qol
This commit is contained in:
@@ -5976,10 +5976,10 @@ input {
|
||||
position: absolute;
|
||||
right: auto;
|
||||
top: auto;
|
||||
bottom: 20px;
|
||||
min-width: unset;
|
||||
max-width: unset;
|
||||
max-height: 40vh;
|
||||
bottom: 100%;
|
||||
min-width: unset !important;
|
||||
max-width: unset !important;
|
||||
max-height: inital !important;
|
||||
border-radius: 0px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
@@ -788,9 +788,9 @@
|
||||
|
||||
.upload-form .tag-suggestions {
|
||||
position: absolute !important;
|
||||
min-width: 220px !important;
|
||||
max-width: 320px !important;
|
||||
max-height: 260px !important;
|
||||
min-width: 220px;
|
||||
max-width: 320px;
|
||||
max-height: 260px;
|
||||
overflow-y: auto !important;
|
||||
background: var(--dropdown-bg, #1a1a1a) !important;
|
||||
border: 1px solid var(--black, #000) !important;
|
||||
|
||||
Reference in New Issue
Block a user