fix(ui): 🐛 use relative height to prevent overflow

This commit is contained in:
Julien Oculi 2024-02-06 22:19:46 +01:00
parent eb11d4b191
commit 96ef1be001

View file

@ -1,5 +1,5 @@
.components__heros { .components__heros {
height: 100%; height: calc(100dvh - 6rem);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;