security fixes, bugfixes

This commit is contained in:
Marek Farkaš
2025-01-16 21:39:09 +01:00
parent d0a8fbaf81
commit 20864c572b
10 changed files with 67 additions and 30 deletions
+10 -1
View File
@@ -1,3 +1,12 @@
body.modal-open {
overflow: hidden;
}
.modal-panel, .modal-panel-chat {
max-height: 100vh;
overflow-y: auto;
}
.modal {
display: none;
position: fixed;
@@ -162,7 +171,7 @@
width: 100%;
}
.modal-panel-chat {
height: 500px;
height: 550px;
}
#chat-chatbox {
height: 333px !important;