Skip to content

Commit b92d3e4

Browse files
committed
chore(QLayout): remove leftover css statement
1 parent c31b110 commit b92d3e4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ui/dev/components/global/dialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@
387387
</q-dialog>
388388

389389
<q-dialog v-model="layout">
390-
<q-layout view="hhh lpr fff" container>
390+
<q-layout view="hhh lpr fff" style="height: 500px" container>
391391
<q-header reveal class="bg-black">
392392
<q-toolbar>
393393
<q-btn flat @click="drawer = !drawer" round dense icon="menu" />

ui/src/components/layout/QLayout.styl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// https://github.com/quasarframework/quasar/issues/4127
66
// Fixes scroll issues with containerized Layout inside Dialog on iOS
77
position unset !important
8-
overflow hidden !important
98

109
.q-layout-container
1110
position relative

0 commit comments

Comments
 (0)