HumanBreak/src/styles.less

11 lines
183 B
Plaintext
Raw Normal View History

2022-11-14 17:11:23 +08:00
#root {
position: absolute;
display: none;
width: 100%;
height: 100%;
z-index: 9999;
justify-content: center;
align-items: center;
overflow: hidden;
}