styles: keep content selection toolbar at bottom for smaller screens

This commit is contained in:
Jesse Chan
2021-02-08 15:01:00 +00:00
parent 072568ae2b
commit cf87ad12d1
@@ -46,6 +46,10 @@ $selection-toolbar--height: $spacing-unit * 1.5;
width: 100%;
z-index: 1;
@media (max-width: 720px) {
position: fixed;
}
&__item {
flex: 0 0 auto;
}