8 lines
73 B
CSS
8 lines
73 B
CSS
body {
|
|
margin: 0;
|
|
}
|
|
|
|
.ant-modal-mask {
|
|
backdrop-filter: blur(3px);
|
|
}
|