Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGretaD <gretadoci@gmail.com>2020-01-14 22:16:22 +0300
committerJulius Härtl <jus@bitgrid.net>2020-01-16 22:12:00 +0300
commit04281407f12a12b19cc48710f86dcce91c448963 (patch)
tree19329c58004c6d6abf74c4f2f652d0155780dce5 /apps/settings/css
parent5fa31f133517a567ab1a1518751a50bb66ce8c67 (diff)
fix popover menu overlapping
Signed-off-by: GretaD <gretadoci@gmail.com>
Diffstat (limited to 'apps/settings/css')
-rw-r--r--apps/settings/css/settings.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/settings/css/settings.scss b/apps/settings/css/settings.scss
index 1cc1c014bd7..f94b4a92575 100644
--- a/apps/settings/css/settings.scss
+++ b/apps/settings/css/settings.scss
@@ -597,8 +597,8 @@ span.usersLastLoginTooltip {
}
.userActions {
position: sticky;
- right: 50px;
- z-index: 110;
+ right: 60px;
+ z-index: 20;
}
.userActions input {
width: 44px;
@@ -1371,6 +1371,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
grid-row-start: span 1;
grid-gap: 3px;
align-items: center;
+ z-index: 0;
/* let's define the column until storage path,
what follows will be manually defined */
grid-template-columns: 44px minmax($grid-col-min-width + 30px, 1fr) repeat(auto-fit, minmax($grid-col-min-width, 1fr));
@@ -1408,7 +1409,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
.userActions {
min-width: 44px;
position: sticky;
- right: 50px;
+ right: 20px;
z-index: 109;
}
.subtitle {