From eb8bdd60c862eb474f14ff693e7b9c4b55f11c6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Tue, 21 Feb 2023 16:54:46 +0000 Subject: [PATCH] fix: Button overflow on small sidebar --- .../nextcloud/snappymail/app/themes/Nextcloud25/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css index bcc79ad94..177beef2f 100644 --- a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css +++ b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css @@ -461,6 +461,7 @@ html.rl-left-panel-disabled #rl-app #rl-left { width: -webkit-fill-available; width: -moz-available; width: fill-available; + overflow: hidden; } #rl-app .b-footer.btn-toolbar .btn-group.hide-on-panel-disabled .btn.fontastic {