fix issues with scrollbutton visibility
This commit is contained in:
parent
bbc5a5f491
commit
c36a916e20
3 changed files with 20 additions and 29 deletions
|
@ -4,8 +4,15 @@
|
|||
right: 0;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-width:104px;
|
||||
min-height:24px;
|
||||
z-index: 1;
|
||||
color: #ffffff;
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.emby-scrollbuttons-button > i {
|
||||
min-width: 24px;
|
||||
min-height: 24px;
|
||||
display: block;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue