diff options
Diffstat (limited to 'frontend-vanilla/src/style.css')
| -rw-r--r-- | frontend-vanilla/src/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend-vanilla/src/style.css b/frontend-vanilla/src/style.css index f724916..a4bcbe9 100644 --- a/frontend-vanilla/src/style.css +++ b/frontend-vanilla/src/style.css @@ -200,6 +200,7 @@ html { /* Main Content area - always fills full width (sidebar overlays) */ .main-content { width: 100%; + height: 100%; min-width: 0; overflow-y: auto; background-color: var(--bg-color); |
