We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b1dc2 commit eceb7e2Copy full SHA for eceb7e2
mesop/web/src/error/error_box.scss
@@ -3,7 +3,9 @@
3
padding: 28px;
4
color: #9e4242;
5
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
6
- position: relative;
+ position: absolute;
7
+ z-index: 9999;
8
+ width: 100%;
9
}
10
11
.close-button {
0 commit comments