diff options
author | Grigorii K. Shartsev <me@shgk.me> | 2024-03-16 01:52:28 +0100 |
---|---|---|
committer | Grigorii K. Shartsev <me@shgk.me> | 2024-03-19 15:38:51 +0100 |
commit | a173f90b718e0b6cf89bc00e959ea6b7778d7cd5 (patch) | |
tree | 742d4f1c05b79d4dfddef97472cdd9b1a1cdf534 /apps/settings/src/components/AppList.vue | |
parent | 73dec209037ef281afa2362ee9b17ff1afede661 (diff) | |
download | nextcloud-server-a173f90b718e0b6cf89bc00e959ea6b7778d7cd5.tar.gz nextcloud-server-a173f90b718e0b6cf89bc00e959ea6b7778d7cd5.zip |
fix(settings): app list scroll on Safari
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Diffstat (limited to 'apps/settings/src/components/AppList.vue')
-rw-r--r-- | apps/settings/src/components/AppList.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/settings/src/components/AppList.vue b/apps/settings/src/components/AppList.vue index 83fab93c63b..718277301e4 100644 --- a/apps/settings/src/components/AppList.vue +++ b/apps/settings/src/components/AppList.vue @@ -348,11 +348,12 @@ $toolbar-height: 44px + $toolbar-padding * 2; &--list-view { margin-bottom: 100px; + // For positioning link overlay on rows + position: relative; } &__list-container { width: 100%; - white-space: normal; } &__store-container { |