Merge pull request #3942 from IgorA100/patch-59
Fix: Offset zoom frame in console table and viewing alarm frames tablepull/3932/head
commit
1e25e45206
|
@ -819,12 +819,16 @@ li.search-choice {
|
|||
|
||||
.zoom,
|
||||
.zoom-console {
|
||||
transform-origin: 0% 50%;
|
||||
transform-origin: 0% 00%;
|
||||
transform: scale(5); /* (arbitray zoom value - Note if the zoom is too large, it will go outside of the viewport) */
|
||||
position: sticky;
|
||||
z-index: 1001;
|
||||
}
|
||||
|
||||
#framesTable .zoom {
|
||||
transform-origin: 100% 0%;
|
||||
}
|
||||
|
||||
a.flip {
|
||||
float: right;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue