Skip to content

Commit e7bf58b

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

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: fixed;
1159+
position: absolute;
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: fixed;
38+
position: absolute;
3939
z-index: 1002;
4040
top: 0;
4141
left: 0;

0 commit comments

Comments
 (0)