diff options
-rw-r--r-- | apps/files_sharing/css/sharetabview.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/files_sharing/css/sharetabview.scss b/apps/files_sharing/css/sharetabview.scss index b3516c68573..83790c9ec4f 100644 --- a/apps/files_sharing/css/sharetabview.scss +++ b/apps/files_sharing/css/sharetabview.scss @@ -29,8 +29,8 @@ .clipboardButton, .linkPass .icon-loading-small { position: absolute; - right: -7px; - top: -2px; + right: 2px; + top: 6px; padding: 14px; } .shareWithConfirm { @@ -153,6 +153,7 @@ white-space: normal; display: inline-flex; align-items: center; + position: relative; .avatar { width: 32px; height: 32px; @@ -203,6 +204,7 @@ max-height: 200px; overflow-y: auto; overflow-x: hidden; + z-index: 1550 !important; } .notCreatable { |