Merge pull request #3977 from IgorA100/patch-75
Fix: css position of enlarged thumbs from event list on live view pagepull/3982/head
commit
6216fdec36
|
@ -173,3 +173,7 @@ span.alert {
|
||||||
body.sticky #content {
|
body.sticky #content {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.zoom {
|
||||||
|
transform-origin: 100% 00%;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue