// FIXME: the below needs to happen if it is the right size OR if the drawer is visible. Need to look at collapse or collapseInline to see if it can help us here.
// Responsive Header with fixed drawer
.mdb-layout-header{
@include media-breakpoint-up(lg){
.mdb-layout-fixed-drawer>&{
width:calc(100%-#{$mdb-layout-drawer-sm});
margin-left:$mdb-layout-drawer-sm;
}
}
}
// Responsive Drawer Width
.mdb-layout-drawer{
width:$mdb-layout-drawer-sm;
transform:translateX(-$mdb-layout-drawer-sm-10px);// initially way off screen