fix issues with scrollbutton visibility

This commit is contained in:
dkanada 2019-10-03 01:34:20 +09:00
parent bbc5a5f491
commit c36a916e20
3 changed files with 20 additions and 29 deletions

View file

@ -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;
}