Files
PhotoShare/PhotoShareHelri/Components/Layout/SearchDialog.razor.css
T
2026-05-16 21:29:22 +02:00

13 lines
217 B
CSS

.drawer-fixed-width {
width: 250px;
min-width: 250px;
max-width: 250px;
height: 100vh;
display: flex;
flex-direction: column;
}
.custom-drawer .mud-drawer-content {
overflow-y: auto;
}