Merge pull request #3159 from emics/dev3

Fix Context menu only shown partially #3158
This commit is contained in:
Peter Goodhall 2024-06-27 11:40:23 +01:00 committed by GitHub
commit 9d44e93b95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -796,7 +796,7 @@ label {
}
.table-responsive>table .dropdown{position:static;}
.table-responsive>table .dropdown>.dropdown-menu{left:auto !important;top:auto !important;}
.table-responsive>table .dropdown>.dropdown-menu{left: 75%;top:auto !important;}
tr.htmx-swapping td {
opacity: 0;