Skip to content

Commit a74ba2e

Browse files
authored
Merge pull request #486 from nextmcloud/nmc/5917-android-add-folder-popup-does-not-close-after-tapping-X-button-in-Photo-Settings
nmc/5917-android-add-folder-popup-does-not-close-after-tapping-X-button-in-Photo-Settings
2 parents 739e086 + 06d3a80 commit a74ba2e

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

css/layouts/modal.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@
5959
touch-action: manipulation;
6060
}
6161

62-
&__content, .dialog__content {
63-
overflow-y: auto;
62+
&__content {
6463
padding-inline: 0;
6564

6665
.button-vue--vue-secondary {
@@ -126,6 +125,11 @@
126125
}
127126
}
128127

128+
.dialog__content {
129+
overflow-y: auto;
130+
padding-inline: 0;
131+
}
132+
129133
&:has(.modal__content--exif) {
130134
padding: 0;
131135

0 commit comments

Comments
 (0)