mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
6 lines
94 B
SCSS
6 lines
94 B
SCSS
.basePageTransition {
|
|
:global(.MuiDialog-paper) {
|
|
max-height: calc(100vh - 64px);
|
|
}
|
|
}
|