Skip to content

Commit eceb7e2

Browse files
committed
Make sure error box is positioned on top of everything else
1 parent 00b1dc2 commit eceb7e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mesop/web/src/error/error_box.scss

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
padding: 28px;
44
color: #9e4242;
55
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
6-
position: relative;
6+
position: absolute;
7+
z-index: 9999;
8+
width: 100%;
79
}
810

911
.close-button {

0 commit comments

Comments
 (0)