mirror of
https://github.com/dergigi/boris.git
synced 2026-01-26 10:15:41 +01:00
fix: force document scroll with !important overrides
- Add explicit overflow: visible to main pane - Add height: auto to main pane - Ensure three-pane container doesn't constrain height - Force styles to override any inherited overflow
This commit is contained in:
@@ -26,6 +26,9 @@
|
||||
transition: grid-template-columns 0.3s ease;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
height: auto !important;
|
||||
max-height: none !important;
|
||||
overflow: visible !important;
|
||||
}
|
||||
|
||||
.three-pane.sidebar-collapsed { grid-template-columns: var(--sidebar-collapsed-width) 1fr var(--highlights-width); }
|
||||
@@ -46,6 +49,8 @@
|
||||
margin: 0 auto;
|
||||
padding: 0 var(--main-horizontal-padding);
|
||||
min-height: 100vh;
|
||||
overflow: visible !important;
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
.pane.highlights {
|
||||
|
||||
Reference in New Issue
Block a user