diff --git a/base.css b/base.css index 3cfec07..5f87b68 100644 --- a/base.css +++ b/base.css @@ -9,7 +9,10 @@ border-bottom: none; } - +/*Stop covers from being scrolled*/ +.detailImageContainer .card { + position: fixed; +} /*Top "task bar" enlarge text*/ .headerTabs.sectionTabs { text-size-adjust: 110%;