13 lines
217 B
CSS
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;
|
|
}
|