Fix: enforce the back button clipping fix only on TV layout
This commit is contained in:
parent
d30ab165fe
commit
c3108fab74
1 changed files with 2 additions and 2 deletions
|
|
@ -1054,6 +1054,6 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
background-color: var(--selectorBackgroundColor);
|
||||
}
|
||||
|
||||
.headerLeft, .skinHeader {
|
||||
overflow: unset;
|
||||
.layout-tv .headerLeft {
|
||||
overflow: unset;
|
||||
}
|
||||
Loading…
Reference in a new issue