From 5fa31f133517a567ab1a1518751a50bb66ce8c67 Mon Sep 17 00:00:00 2001 From: GretaD Date: Mon, 13 Jan 2020 17:30:40 +0100 Subject: [PATCH] make actionButton sticky Signed-off-by: GretaD --- apps/settings/css/settings.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/settings/css/settings.scss b/apps/settings/css/settings.scss index b201ff1821c..1cc1c014bd7 100644 --- a/apps/settings/css/settings.scss +++ b/apps/settings/css/settings.scss @@ -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);