Skip to content

Commit

Permalink
fixup! Create scrollable content via min-height over sidebar and se…
Browse files Browse the repository at this point in the history
…ttings dialog on small screens

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
  • Loading branch information
JuliaKirschenheuter committed Nov 16, 2023
1 parent 3459180 commit fbe8c6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/NcAppSettingsDialog/NcAppSettingsDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -395,9 +395,6 @@ export default {
<style lang="scss" scoped>
.app-settings {
&:deep(.dialog) {
min-height: 256px;
}
&__navigation {
min-width: 200px;
margin-right: 20px;
Expand Down
1 change: 1 addition & 0 deletions src/components/NcDialog/NcDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ export default defineComponent({
flex-direction: column;
justify-content: space-between;
overflow: hidden;
min-height: 256px;
&__modal {
:deep(.modal-container) {
Expand Down

0 comments on commit fbe8c6a

Please sign in to comment.