Fix: Back button was being clipped in focus state in TV layout
This commit is contained in:
parent
7ff5766cee
commit
8b60a8d3c4
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Reference in a new issue