Fix grid demo overflow
This commit is contained in:
parent
00f0f63ca6
commit
1cfb7a6c5d
1 changed files with 4 additions and 6 deletions
|
@ -1,10 +1,8 @@
|
|||
.gridDemo {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue