diff --git a/src/timelines/TootBottomSheet.css b/src/timelines/TootBottomSheet.css index afe2e5d..ceb7c17 100644 --- a/src/timelines/TootBottomSheet.css +++ b/src/timelines/TootBottomSheet.css @@ -1,12 +1,12 @@ .TootBottomSheet { overflow: hidden; + height: calc(100% - var(--scaffold-topbar-height, 0px)); .Scrollable { padding-bottom: var(--safe-area-inset-bottom, 0); overflow-y: auto; overscroll-behavior-y: contain; - max-height: calc(100vh - var(--scaffold-topbar-height, 0px)); - max-height: calc(100dvh - var(--scaffold-topbar-height, 0px)); + height: 100%; } .progress-line {