diff --git a/assets/mobile.css b/assets/mobile.css index cfd8b10..6c79dcd 100644 --- a/assets/mobile.css +++ b/assets/mobile.css @@ -208,6 +208,17 @@ font-size: 0.75rem; } + /* Scrolls normally, just without the visible scrollbar chrome -- for the + person-switcher's horizontally-scrolling chip row. */ + .scrollbar-hide { + scrollbar-width: none; /* Firefox */ + -ms-overflow-style: none; /* old Edge */ + } + + .scrollbar-hide::-webkit-scrollbar { + display: none; /* Chrome/Safari/WebKit */ + } + /* Role switcher -- design doc "Component" table: full-width segmented pill, bg-steel track, active segment bg-white text-ink (member mode). Only rendered when the account holds >=1 staff role -- see mobile/templates/mobile/base.html. */ diff --git a/mobile/templates/mobile/base.html b/mobile/templates/mobile/base.html index 252ae65..997e2d1 100644 --- a/mobile/templates/mobile/base.html +++ b/mobile/templates/mobile/base.html @@ -72,7 +72,7 @@ {% if managed_people|length > 1 %} -