diff --git a/public/FramesBrowser/index.html b/public/FramesBrowser/index.html index 5a0b0e2..4a84b47 100644 --- a/public/FramesBrowser/index.html +++ b/public/FramesBrowser/index.html @@ -24,10 +24,10 @@ iframe { border: none; width: 100vw; - height: calc(100vh - 32px); + height: calc(100vh - var(--BtnActionHeight)); position: relative; } - #BoxControls table, #BoxControls td > * { + #BoxControls table, #BoxControls table td, #BoxControls table td > * { height: var(--BtnActionHeight); min-width: var(--BtnActionHeight); border-spacing: 0; @@ -37,23 +37,25 @@ top: 0; left: 0; right: 0; - z-index: 1; }
- + - +
+ + +
@@ -61,16 +63,20 @@ Frames Browser v2023-09-21.2 (WIP).