mirror of
https://github.com/zoriya/flood.git
synced 2026-06-02 02:56:05 +00:00
styles: keep content selection toolbar at bottom for smaller screens
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user