Bug 1848834 - Add the additional scrollbar padding only with overlay scrollbars. r=aleca
Differential Revision: https://phabricator.services.mozilla.com/D186531 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
8f070a4c6f
Коммит
50e5ac3521
|
@ -130,9 +130,16 @@
|
|||
.unreadcol-column[colspan="2"],
|
||||
.totalcol-column[colspan="2"] {
|
||||
/* 25px is the width of the column picker. */
|
||||
padding-inline-end: calc(25px + env(scrollbar-inline-size));
|
||||
padding-inline-end: 25px;
|
||||
}
|
||||
|
||||
@media (-moz-overlay-scrollbars) {
|
||||
.sizecol-column[colspan="2"],
|
||||
.unreadcol-column[colspan="2"],
|
||||
.totalcol-column[colspan="2"] {
|
||||
padding-inline-end: calc(25px + env(scrollbar-inline-size));
|
||||
}
|
||||
}
|
||||
|
||||
[is="tree-view-table-body"]:focus > .selected button,
|
||||
[is="tree-view-table-body"]:focus-within > .selected button,
|
||||
|
|
Загрузка…
Ссылка в новой задаче