Merge pull request #3977 from IgorA100/patch-75

Fix: css position of enlarged thumbs from event list on live view page
pull/3982/head
Isaac Connor 2024-04-27 10:48:32 -04:00 committed by GitHub
commit 6216fdec36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -173,3 +173,7 @@ span.alert {
body.sticky #content { body.sticky #content {
overflow-y: auto; overflow-y: auto;
} }
.zoom {
transform-origin: 100% 00%;
}