Fix: Back button was being clipped in focus state in TV layout

This commit is contained in:
lscambo13
2024-12-21 21:18:13 +05:30
parent 7ff5766cee
commit 8b60a8d3c4

View File

@@ -1013,4 +1013,8 @@ div[data-role=controlgroup] a.ui-btn-active {
.emby-select-withcolor>option {
color: inherit;
background-color: var(--selectorBackgroundColor);
}
.headerLeft, .skinHeader {
overflow: unset;
}