From 74356b186c80be91df0d7e63e623cae56ffb0746 Mon Sep 17 00:00:00 2001 From: IgorA100 Date: Tue, 23 Sep 2025 23:11:35 +0300 Subject: [PATCH] Added styles (options.css) --- web/skins/classic/css/base/views/options.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/web/skins/classic/css/base/views/options.css b/web/skins/classic/css/base/views/options.css index d121f42a5..a869d0b3d 100644 --- a/web/skins/classic/css/base/views/options.css +++ b/web/skins/classic/css/base/views/options.css @@ -53,6 +53,7 @@ input.large { overflow-x: auto; overflow-y: hidden; padding-top: 15px; + display: flex; } #options { @@ -128,6 +129,7 @@ input[name="newStorage[Url]"] { form { /* display: flex;*/ /* flex-direction: column;*/ + width: 100%; height: 100%; /* padding-top: 2rem; */ } @@ -184,3 +186,18 @@ body.sticky .wrapper-scroll-table { overflow-x: hidden; overflow-y: auto; } +body.sticky .bootstrap-table { + height: 100%; + display: flex; + flex-direction: column; +} + +body.sticky .fixed-table-container { + overflow-y: auto; +} + +body.sticky #controlTable thead { + position: sticky; + top: 0; + box-shadow: 0 0px 0, 0 -3px 0 #dfe4ea; +}