fixed flex stretching

This commit is contained in:
Fedor Katurov 2022-11-10 17:06:09 +06:00
parent 6c40acc1f9
commit ccc4443052
2 changed files with 4 additions and 0 deletions

View file

@ -17,6 +17,9 @@
.wrapper {
height: 100%;
min-height: 100vh;
display: flex;
flex-direction: column;
}
.header_container {