We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8317e34 commit 7a1df28Copy full SHA for 7a1df28
1 file changed
lib/components/FilePicker/FilePicker.vue
@@ -291,13 +291,13 @@ export default {
291
}
292
293
294
-:deep(.file-picker) {
+:deep(.dialog.file-picker) {
295
// Dialog is max. 900px wide so the best looking height seems to be 800px
296
height: min(80vh, 800px);
297
298
299
@media (max-width: 512px) {
300
- :deep(.file-picker) {
+ :deep(.dialog.file-picker) {
301
// below 512px the modal is fullscreen so we use 100% height - margin of heading (4px + 12px) - height of heading (default-clickable-area)
302
height: calc(100% - 16px - var(--default-clickable-area));
303
0 commit comments