Complete CSS Fix for #3158

the last commit was not enough to fix the bug
这个提交包含在:
Emiliano 2024-07-03 18:09:12 +02:00 提交者 GitHub
父节点 48c0c042a6
当前提交 ae914485e3
找不到此签名对应的密钥
GPG 密钥 ID: B5690EEEBB952194

查看文件

@ -346,6 +346,10 @@ TD.lotw {
position: absolute !important;
}
.dropdown-menu.menuOnResultTab {
left: -200px;
}
.was-map-dialog .modal-dialog {
width: 100%;
}
@ -805,4 +809,4 @@ tr.htmx-swapping td {
.error-red-border {
border-color: red;
}
}