mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 13:52:53 -03:00
Fix poster scrolling on mobile
This commit is contained in:
7
base.css
7
base.css
@@ -25,10 +25,13 @@ div[data-role="controlgroup"] a[data-role="button"] {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
/*Stop covers from being scrolled*/
|
||||
.detailImageContainer .card {
|
||||
/*Stop covers from being scrolled on desktop*/
|
||||
.layout-desktop .detailImageContainer .card {
|
||||
position: fixed !important;
|
||||
}
|
||||
.layout-mobile .detailImageContainer .card {
|
||||
position: absolute !important;
|
||||
}
|
||||
/*Top "task bar" enlarge text*/
|
||||
.headerTabs.sectionTabs {
|
||||
text-size-adjust: 110%;
|
||||
|
||||
Reference in New Issue
Block a user