mirror of
https://github.com/AndrioCelos/TableturfBattleApp.git
synced 2026-04-23 17:17:49 -05:00
Gallery page: Keep the toolbar on top when scrolling
This commit is contained in:
parent
8f936d5ed2
commit
3bcf9cbb71
|
|
@ -1819,12 +1819,18 @@ button.dragging {
|
|||
flex-flow: column;
|
||||
}
|
||||
|
||||
#galleryPage > header {
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
#galleryCardList {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, 10em);
|
||||
grid-auto-rows: auto;
|
||||
gap: 0.5em;
|
||||
justify-content: space-evenly;
|
||||
overflow-y: scroll;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
#galleryCardList .card {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user