mirror of
https://github.com/pretix/pretix.git
synced 2026-08-18 12:06:26 +00:00
stick add-to-basket button to the bottom
This commit is contained in:
@@ -172,6 +172,12 @@ article.item-with-variations:last-child, .product-row:last-child {
|
||||
}
|
||||
section.front-page {
|
||||
margin-top: 30px;
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
top: 100px;
|
||||
padding: 10px 0;
|
||||
background: rgba(255,255,255,.8);
|
||||
z-index: 10;
|
||||
}
|
||||
.offline-banner {
|
||||
background: $brand-danger;
|
||||
|
||||
Reference in New Issue
Block a user