diff --git a/modules/rmaps/components/folk-map-viewer.ts b/modules/rmaps/components/folk-map-viewer.ts index 042c989..f39c5b3 100644 --- a/modules/rmaps/components/folk-map-viewer.ts +++ b/modules/rmaps/components/folk-map-viewer.ts @@ -2068,7 +2068,7 @@ class FolkMapViewer extends HTMLElement { .room-name { font-size: 15px; font-weight: 600; } .map-container { - width: 100%; height: calc(100vh - 220px); min-height: 300px; max-height: 700px; + width: 100%; height: calc(100vh - 220px); min-height: 300px; border-radius: 10px; background: var(--rs-bg-surface-sunken); border: 1px solid var(--rs-border); position: relative; overflow: hidden; @@ -2081,7 +2081,7 @@ class FolkMapViewer extends HTMLElement { .map-sidebar { width: 220px; flex-shrink: 0; background: var(--rs-glass-bg); border: 1px solid var(--rs-border); border-radius: 10px; - padding: 12px; max-height: 560px; overflow-y: auto; + padding: 12px; max-height: calc(100vh - 280px); overflow-y: auto; } .sidebar-title { font-size: 11px; font-weight: 600; color: var(--rs-text-secondary);