aboutsummaryrefslogtreecommitdiffstats
path: root/frontend-vanilla
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-17 09:58:33 -0800
committerGitHub <noreply@github.com>2026-02-17 09:58:33 -0800
commitc7533329b64aaa664de1a2268e105a2ef5d43a9f (patch)
tree072aa56daec5850aa9fa6fe95bf259d071aa2278 /frontend-vanilla
parente3ba87fc1db08733a5716ee9836cb88b5af0cd27 (diff)
parentcd62b75c084e4dfd2a54dc133f2518121507da35 (diff)
downloadneko-c7533329b64aaa664de1a2268e105a2ef5d43a9f.tar.gz
neko-c7533329b64aaa664de1a2268e105a2ef5d43a9f.tar.bz2
neko-c7533329b64aaa664de1a2268e105a2ef5d43a9f.zip
Merge pull request #12 from adammathes/claude/fix-open-tickets-IVV1C
fix: add explicit height to .main-content so overflow-y scrolls
Diffstat (limited to 'frontend-vanilla')
-rw-r--r--frontend-vanilla/src/style.css1
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);