]> source.dussan.org Git - nextcloud-server.git/commitdiff
make actionButton sticky
authorGretaD <gretadoci@gmail.com>
Mon, 13 Jan 2020 16:30:40 +0000 (17:30 +0100)
committerJulius Härtl <jus@bitgrid.net>
Thu, 16 Jan 2020 19:12:00 +0000 (20:12 +0100)
Signed-off-by: GretaD <gretadoci@gmail.com>
apps/settings/css/settings.scss

index b201ff1821cf4ac353ca4cd1ed8c9205c5be293f..1cc1c014bd73a456305f1390c931c9fc18a7be96 100644 (file)
@@ -595,6 +595,11 @@ span.usersLastLoginTooltip {
                        width: 100%;
                }
        }
+       .userActions {
+         position: sticky;
+         right: 50px;
+         z-index: 110;
+       }
        .userActions input {
                width: 44px;
                height: 44px;
@@ -1402,6 +1407,9 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
                        }
                        .userActions {
                                min-width: 44px;
+                               position: sticky;
+                               right: 50px;
+                               z-index: 109;
                        }
                        .subtitle {
                                color: var(--color-text-maxcontrast);