UNPKG

282 BSCSSView Raw
1.modal {
2 &__background {
3 position: fixed;
4 height: 100%;
5 top: 0;
6 left: 0;
7 width: 100%;
8
9 z-index: 4;
10 opacity: 1;
11 display: flex;
12 align-items: center;
13 justify-content: center;
14 -webkit-tap-highlight-color: transparent;
15 }
16}