update(examples): Add layouting example

This commit is contained in:
Braks
2021-10-21 14:47:32 +02:00
parent 6d197d7f2a
commit 712cf3ef66
6 changed files with 173 additions and 0 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;
}