v0.0.8: Fixed issues with event-bindings

This commit is contained in:
2020-03-14 20:53:28 +01:00
parent a757ae37b3
commit de0dd21b8d
9 changed files with 241 additions and 2 deletions

19
tests/table/index.scss Normal file
View File

@@ -0,0 +1,19 @@
html{
width: 100%;
height: 100%;
}
body{
display: flex;
flex-direction: column;
overflow: auto;
width: 100%;
height: 100%;
padding: 0;
margin: 0;
}
.center-me{
align-self: center;
}