add !important for specificity

master
Aevann 2024-04-06 07:04:51 +02:00
parent 23905a0d9f
commit 317580358d
1 changed files with 2 additions and 3 deletions

View File

@ -3,9 +3,8 @@
overflow-y: auto;
background-color: transparent !important;
}
.chat-window-1 {
max-height: calc(100vh - 208px);
max-height: calc(100vh - 208px) !important;
}
#online, #members {
@ -72,7 +71,7 @@ blockquote {
max-height: calc(100vh - 250px);
}
.chat-window-1 {
max-height: calc(100vh - 208px);
max-height: calc(100vh - 208px) !important;
}
}