From 02ae3594e6db05c7889aee6831bef374184e3d28 Mon Sep 17 00:00:00 2001 From: camer0n Date: Mon, 21 Apr 2025 11:11:05 -0700 Subject: [PATCH] Issue #5473 Tweak sticky css. --- e107_themes/bootstrap3/css/modern-dark-2.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/e107_themes/bootstrap3/css/modern-dark-2.css b/e107_themes/bootstrap3/css/modern-dark-2.css index 6eafe4c27..88b5bc2cc 100644 --- a/e107_themes/bootstrap3/css/modern-dark-2.css +++ b/e107_themes/bootstrap3/css/modern-dark-2.css @@ -1914,11 +1914,9 @@ div.is-table-row .sidebar-toggle-panel { /*display:none; */ padding-left: 90px; } -/* Make e-container scrollable for table */ + .e-container { - max-height: 600px; /* Adjust based on UI needs */ - overflow-y: auto; /* Enable scrolling for sticky thead */ - position: relative; /* Establish stacking context */ + position: relative; }