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

@@ -1014,3 +1014,7 @@ div[data-role=controlgroup] a.ui-btn-active {
color: inherit;
background-color: var(--selectorBackgroundColor);
}
.headerLeft, .skinHeader {
overflow: unset;
}