mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 13:52:12 +00:00
control bar height fixed to avoid ovelap other clickable components
This commit is contained in:
parent
51448189af
commit
5f6623d066
2 changed files with 3 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -1,8 +1,9 @@
|
|||
.player-container {
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 0;
|
||||
overflow: hidden;
|
||||
|
||||
.layer {
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Reference in a new issue