Fix horizontal scrollbar on special pages

Solution: fix .hidden mixin, per Alexander E. Patrakov's report

Bug: T131575
Change-Id: Id37fd9d243813cca9ea1630e5ef117ad87cf2050
isekai
Isarra 8 years ago
parent 7457ec7f2c
commit ec70f7df50

@ -63,6 +63,7 @@
.hidden() {
position: absolute;
top: -9999px;
left: 0px;
}
// Icons - hides labels, but keep them accessible for screen-readers

Loading…
Cancel
Save