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

upload button

This commit is contained in:
muerwre 2019-08-08 18:41:41 +07:00
parent 3ed01773c4
commit adfa668f15
4 changed files with 31 additions and 14 deletions

View file

@ -1,7 +1,10 @@
.panel {
height: 60px;
height: 72px;
position: absolute;
left: 0;
width: 100%;
bottom: 100%;
box-sizing: border-box;
padding: $gap;
z-index: 10;
}