mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 19:41:40 +08:00
10 lines
100 B
CSS
10 lines
100 B
CSS
html,
|
|
body,
|
|
#app {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
#app {
|
|
position: relative;
|
|
overflow: auto;
|
|
} |