tndsr/assets/css/MuiBackdrop.css

18 lines
319 B
CSS
Raw Permalink Normal View History

2023-03-23 00:11:26 +00:00
2023-03-23 02:19:04 +00:00
.MuiBackdrop-root {
2023-03-23 00:11:26 +00:00
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
z-index: -1;
position: fixed;
align-items: center;
justify-content: center;
background-color: rgba(0, 0, 0, 0.5);
-webkit-tap-highlight-color: transparent;
}
.MuiBackdrop-invisible {
background-color: transparent;
}
2023-03-23 02:19:04 +00:00