Skip to content

Commit 13a4470

Browse files
authored
docs:fix full-screen modal on the presentation documentation has no effect (#6905)
1 parent 84fb4b4 commit 13a4470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/modal/demo/fullscreen.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const handleOk = (e: MouseEvent) => {
4545
open.value = false;
4646
};
4747
</script>
48-
<style lang="less" scoped>
48+
<style lang="less">
4949
.full-modal {
5050
.ant-modal {
5151
max-width: 100%;

0 commit comments

Comments
 (0)