Skip to content

Commit 377075a

Browse files
authored
fix(ui5-dialog): position block layer fixed (#1757)
1 parent 6742295 commit 377075a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/themes/PopupStaticAreaStyles.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.ui5-block-layer {
22
display: none;
3-
position: absolute;
3+
position: fixed;
44
background-color: var(--sapBlockLayer_Background);
55
opacity: 0.6;
66
top: -500px;

0 commit comments

Comments
 (0)