Bug 1252465 - Link taps don't work at the bottom of reader view page, r=margaret

This commit is contained in:
Mark Capella 2016-03-22 10:50:04 -04:00
Родитель 834de0fe4e
Коммит ba6c9b3a1e
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -62,6 +62,7 @@
padding: 0;
bottom: 0;
list-style: none;
pointer-events: none;
}
.toolbar > * {
@ -96,6 +97,11 @@
display: none;
}
.dropdown-toggle,
#reader-popup {
pointer-events: auto;
}
.dropdown {
left: 0;
text-align: center;