.page.horecard > * > * > .layout-container { display: flex; flex-direction: row; } .page-filter { background-color: rgb( 240, 240, 240 ); } /*** DISH ***/ .dish .page.post { width: 100%; height: 100vh; position: fixed; top: 0; left: 0px; display: flex; flex-direction: column; justify-content: center; padding: 30px; z-index: 300; } .dish .page.post > * { position: relative; width: 100%; min-width: 100%; max-width: 100%; x-min-height: 320px; x-max-height: 50vh; display: flex; flex-direction: row; justify-content: center; padding: 0px; margin: auto; z-index: 200; } .dish .page.post > * > * { max-width: 100%; } .dish .page.post .select .options.list { right: 0px; } .dish .select-overlay { z-index: 250; }