Skip to content

Commit 6668c25

Browse files
committed
Revert "Revert "Fix dialog windows in place on page scroll""
This reverts commit e7bf58b.
1 parent e7bf58b commit 6668c25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/textpattern/jquery-ui.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@ input.ui-button.ui-icon-notext .ui-icon {
11561156
.ui-dialog {
11571157
display: -webkit-box;
11581158
display: flex;
1159-
position: absolute;
1159+
position: fixed;
11601160
z-index: 1002;
11611161
top: 0;
11621162
left: 0;

scss/modules/_dialog.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
.ui-dialog {
3737
display: flex;
38-
position: absolute;
38+
position: fixed;
3939
z-index: 1002;
4040
top: 0;
4141
left: 0;

0 commit comments

Comments
 (0)