16 lines
189 B
CSS
16 lines
189 B
CSS
.layoutflow {
|
|
flex-grow: 1;
|
|
position: relative;
|
|
}
|
|
|
|
.layoutflow .controls {
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 10px;
|
|
z-index: 10;
|
|
}
|
|
|
|
.controls button {
|
|
margin-left: 10px;
|
|
}
|