diff --git a/static/css/globe.css b/static/css/globe.css index 601a8dd..e063df0 100644 --- a/static/css/globe.css +++ b/static/css/globe.css @@ -47,6 +47,7 @@ html, body { height: 100%; overflow: hidden; background: var(--bg-primary); colo width: 240px; background: var(--bg-panel); border: 1px solid var(--border); border-radius: 8px; padding: 12px; backdrop-filter: blur(12px); box-shadow: 0 8px 32px rgba(0,0,0,0.4); + max-height: calc(100vh - 88px); overflow-y: auto; scrollbar-width: thin; scrollbar-color: var(--accent) transparent; } .panel-title { font-size: 11px; font-weight: 700; letter-spacing: 3px; color: var(--accent); @@ -605,6 +606,7 @@ html, body { height: 100%; overflow: hidden; background: var(--bg-primary); colo border-radius: 8px; backdrop-filter: blur(12px); box-shadow: 0 8px 32px rgba(0,0,0,0.4); + max-height: calc(100vh - 88px); overflow-y: auto; scrollbar-width: thin; scrollbar-color: var(--accent) transparent; z-index: 100; padding: 14px; } @@ -706,6 +708,7 @@ html, body { height: 100%; overflow: hidden; background: var(--bg-primary); colo border-radius: 8px; backdrop-filter: blur(12px); box-shadow: 0 8px 32px rgba(0,0,0,0.4); + max-height: calc(100vh - 88px); overflow-y: auto; scrollbar-width: thin; scrollbar-color: var(--accent) transparent; z-index: 100; padding: 14px; } @@ -829,6 +832,7 @@ html, body { height: 100%; overflow: hidden; background: var(--bg-primary); colo border-radius: 8px; backdrop-filter: blur(12px); box-shadow: 0 8px 32px rgba(0,0,0,0.4); + max-height: calc(100vh - 88px); overflow-y: auto; scrollbar-width: thin; scrollbar-color: var(--accent) transparent; z-index: 100; padding: 14px; }