Merge pull request #3977 from IgorA100/patch-75

Fix: css position of enlarged thumbs from event list on live view page
This commit is contained in:
Isaac Connor
2024-04-27 10:48:32 -04:00
committed by GitHub

View File

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