control bar height fixed to avoid ovelap other clickable components

This commit is contained in:
NikolaBorislavovHristov 2018-12-19 21:56:54 +02:00
parent 51448189af
commit 5f6623d066
2 changed files with 3 additions and 2 deletions

View file

@ -3,12 +3,12 @@
}
.control-bar-container {
top: initial !important;
padding: 0 calc(var(--control-bar-button-height) * 0.4);
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: stretch;
overflow: hidden;
.seek-bar {
--seek-bar-thumb-size: calc(var(--control-bar-button-height) * 0.5);

View file

@ -1,8 +1,9 @@
.player-container {
position: relative;
z-index: 0;
width: 100%;
height: 100%;
z-index: 0;
overflow: hidden;
.layer {
position: absolute;