1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

fixed node panel padding

This commit is contained in:
Fedor Katurov 2019-10-13 21:12:56 +07:00
parent 336582b3d6
commit ef74dc42e5

View file

@ -8,8 +8,10 @@
flex-direction: row;
align-items: center;
justify-content: center;
box-sizing: border-box;
&:global(.stack) {
padding: 0 $gap;
bottom: 0;
position: fixed;
}