.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; }