From d2abde714fa2e928de7ce85537f4b7ccfe1a6e8b Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 31 Jan 2026 20:06:16 +0200 Subject: [PATCH] chore(mobile/tab_switcher): enforce same height --- apps/client/src/widgets/mobile_widgets/TabSwitcher.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/mobile_widgets/TabSwitcher.css b/apps/client/src/widgets/mobile_widgets/TabSwitcher.css index f0a17fd04..47736a72f 100644 --- a/apps/client/src/widgets/mobile_widgets/TabSwitcher.css +++ b/apps/client/src/widgets/mobile_widgets/TabSwitcher.css @@ -14,7 +14,7 @@ .modal.tab-bar-modal { .modal-dialog { - height: 100%; + min-height: 85vh; } .tabs {