chore(examples): add layouting

This commit is contained in:
moklick
2020-12-20 13:33:18 +01:00
parent 7c08a38b7c
commit 35b423aacb
7 changed files with 207 additions and 25 deletions
+11
View File
@@ -0,0 +1,11 @@
.layoutflow {
flex-grow: 1;
position: relative;
}
.layoutflow .controls {
position: absolute;
right: 10px;
top: 10px;
z-index: 10;
}