From 5abd27f252da8ae3f7df2895f92255d6c721eff4 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 31 Jan 2026 19:04:47 +0200 Subject: [PATCH] chore(mobile/tab_switcher): improve modal fit when in browser --- apps/client/src/widgets/mobile_widgets/TabSwitcher.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/client/src/widgets/mobile_widgets/TabSwitcher.css b/apps/client/src/widgets/mobile_widgets/TabSwitcher.css index cc48541376..25cbb22380 100644 --- a/apps/client/src/widgets/mobile_widgets/TabSwitcher.css +++ b/apps/client/src/widgets/mobile_widgets/TabSwitcher.css @@ -1,7 +1,6 @@ .modal.tab-bar-modal { .modal-dialog { - max-height: unset; - height: 95vh; + height: 100%; } .tabs {