$-sidebar-width: 250px; .LP-Main{ display: flex; flex-direction: row-reverse; height: calc(100% - 61px); .LP-Main__Content{ flex-grow: 1; width: calc(100% -300px); min-height: 1px; } .LP-Main__Sidebar{ flex-shrink: 0; width: $-sidebar-width; flex-grow: 0; height: 100%; } } @import 'placeDetail/placeDetail';