1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-28 14:16:41 +07:00

player bar appearance

This commit is contained in:
Fedor Katurov 2019-10-15 16:29:49 +07:00
parent 794318ed80
commit 87b9b5f514
6 changed files with 118 additions and 16 deletions

View file

@ -1,10 +1,10 @@
.wrap {
position: fixed;
transform: translateZ(0);
bottom: $gap;
bottom: 0;
pointer-events: none;
touch-action: none;
height: 54px;
height: 64px;
display: flex;
z-index: 10;
width: 100%;