Skip to content

Commit

Permalink
Merge pull request #4836 from nextcloud-libraries/fix/41542-Horizonta…
Browse files Browse the repository at this point in the history
…l_scrolling_appears_on_small_screens_in_app_settings_navigation

Create scrollable content via `min-height` over sidebar and settings dialog on small screens
  • Loading branch information
JuliaKirschenheuter authored Nov 17, 2023
2 parents e2b6224 + 17d6da4 commit d0dfac8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NcAppSettingsDialog/NcAppSettingsDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ export default {
@update:open="handleCloseModal">
<template #navigation="{ isCollapsed }">
<ul :aria-label="settingsNavigationAriaLabel"
v-show="!isCollapsed"
:class="{ 'navigation-list': true, 'navigation-list--collapsed': isCollapsed }"
role="tablist">
<li v-for="section in sections" :key="section.id">
Expand Down

0 comments on commit d0dfac8

Please sign in to comment.