Skip to content

Commit 4dda030

Browse files
Fix page scroll while dialog open
1 parent 2c61481 commit 4dda030

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

projects/ngsuite/src/styles/features/dialog.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@
2020
.ngs-dialog-box {
2121
display: block;
2222
position: relative;
23-
border: 1px solid transparent;
2423
background-color: var(--ngs-dialog-background-color) !important;
2524
box-shadow: var(--ngs-dialog-box-shadow) !important;
25+
border: 1px solid transparent;
26+
border-top: none;
27+
border-bottom: none;
2628

2729
&:focus {
2830
outline: none;

0 commit comments

Comments
 (0)