fix(playground): 新增页面默认width height 100%
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
#root {
|
||||
width: fit-content;
|
||||
position: relative;
|
||||
margin: 0 auto;
|
||||
html,
|
||||
body,
|
||||
#app {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
width: 0;
|
||||
|
||||
#app {
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
}
|
||||
@@ -1,11 +1,19 @@
|
||||
#root {
|
||||
width: fit-content;
|
||||
position: relative;
|
||||
margin: 0 auto;
|
||||
html,
|
||||
body,
|
||||
#app {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
|
||||
#app {
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#app::-webkit-scrollbar {
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.magic-ui-container {
|
||||
background-color: rgba(136, 136, 136, 0.5);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user