Files
Conversion-Test/blazor/IGP/PageLayout.razor.css
2026-05-29 14:17:46 -04:00

13 lines
219 B
CSS

.layoutContainer {
height: 100vh;
overflow-y: scroll;
overflow-x: hidden;
}
.content {
margin-bottom: 64px;
display: flex;
min-width: 100%;
min-height: 100%;
flex-direction: column;
}