Fix: enforce the back button clipping fix only on TV layout

This commit is contained in:
lscambo13
2024-12-21 21:58:58 +05:30
parent d30ab165fe
commit c3108fab74

View File

@@ -1054,6 +1054,6 @@ div[data-role=controlgroup] a.ui-btn-active {
background-color: var(--selectorBackgroundColor);
}
.headerLeft, .skinHeader {
.layout-tv .headerLeft {
overflow: unset;
}