зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1252465 - Link taps don't work at the bottom of reader view page, r=margaret
This commit is contained in:
Родитель
834de0fe4e
Коммит
ba6c9b3a1e
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче