fix(ui): 🐛 use relative height to prevent overflow
This commit is contained in:
parent
eb11d4b191
commit
96ef1be001
|
@ -1,5 +1,5 @@
|
|||
.components__heros {
|
||||
height: 100%;
|
||||
height: calc(100dvh - 6rem);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Reference in a new issue