Improved overflow behaviour of the contentInteractionButtons buttons on mobile
authorMarcel Werk <burntime@woltlab.com>
Wed, 18 May 2022 11:30:24 +0000 (13:30 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 18 May 2022 13:13:32 +0000 (15:13 +0200)
wcfsetup/install/files/style/layout/content.scss

index 5e4764b26d5ff8f7dcaa6d70265fe73897086bd1..370874083888d4dc1ed7be850198b1f57c84cadd 100644 (file)
@@ -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 {