]> source.dussan.org Git - nextcloud-server.git/commitdiff
Adjust scroll container height to make it a proper boundary element for actions 22999/head
authorJulius Härtl <jus@bitgrid.net>
Tue, 22 Sep 2020 10:23:53 +0000 (12:23 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Tue, 29 Sep 2020 14:07:59 +0000 (16:07 +0200)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
apps/settings/css/settings.scss

index 8e2febb20123a1e4e219c4c5ef5ac0d2523daeed..a4036a624e0f6680d4eb190995de9e2737c6437e 100644 (file)
@@ -1443,6 +1443,8 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
        $grid-row-height: 60px;
        $grid-col-min-width: 160px;
        overflow-x: scroll;
+       min-height: 100%;
+       height: auto;
 
        #app-content.user-list-grid {
                display: grid;