jsketcher/web/app/cad/dom/components/BottomStack.less
2018-07-05 22:42:25 -07:00

9 lines
No EOL
126 B
Text

.root {
position: absolute;
bottom: 0;
left: 0;
right: 0;
display: flex;
z-index: 150;
flex-direction: column;
}