Fix: Header buttons in focus were being clipped in TV layout
This commit is contained in:
parent
8c7f853219
commit
384ce22d67
1 changed files with 4 additions and 0 deletions
|
|
@ -2867,6 +2867,10 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
||||||
height: 6em;
|
height: 6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-tv .sectionTabs .emby-tabs.smoothScrollX {
|
||||||
|
overflow: visible !important;
|
||||||
|
}
|
||||||
|
|
||||||
.headerTabs.sectionTabs .emby-tab-button {
|
.headerTabs.sectionTabs .emby-tab-button {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue