6 lines
104 B
CSS
6 lines
104 B
CSS
.wrapper {
|
|
max-width: 100%;
|
|
min-height: 100vh;
|
|
position: relative;
|
|
overflow-y: hidden;
|
|
} |