From: Marcel Werk Date: Wed, 18 May 2022 11:30:24 +0000 (+0200) Subject: Improved overflow behaviour of the contentInteractionButtons buttons on mobile X-Git-Tag: 5.5.0_Beta_3~12 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=60bab54ccc8b64607b948deea649574ff275f4d0;p=GitHub%2FWoltLab%2FWCF.git Improved overflow behaviour of the contentInteractionButtons buttons on mobile --- diff --git a/wcfsetup/install/files/style/layout/content.scss b/wcfsetup/install/files/style/layout/content.scss index 5e4764b26d..3708740838 100644 --- a/wcfsetup/install/files/style/layout/content.scss +++ b/wcfsetup/install/files/style/layout/content.scss @@ -449,12 +449,12 @@ fieldset { align-self: center; display: flex; margin-left: auto; - overflow: auto; } .contentInteractionButtons { display: flex; - flex: 0 0 auto; + flex: 0 auto; + overflow: auto; } .contentInteractionButton { @@ -484,7 +484,7 @@ fieldset { .contentInteractionDropdown { display: flex; - flex: 0 0 auto; + flex: 1 auto; margin-left: 5px; .dropdownToggle {