/*.kourtina{ z-index: 2; height: 100vh; position: fixed; top: 0; width: 100%; }*/ .main{ background-color:#dfdfdf; display: flex; height: 100vh; width: 100vw; flex-direction: column; } .mainbar{ z-index: 1; display: flex; justify-content: space-between; height: 48px; background: #F1F1F1; top: 0; width: 100%; border-bottom: 1px solid rgb(0, 0, 0,0.16); opacity: 1; } .horizontal_bars { display: flex; flex-direction: row; flex-basis: 100%; } .horizontal_bars .toolbox{ background: #F1F1F1; z-index: 1; flex-shrink: 0; height: calc(100vh - 50px); display: flex; flex-direction: row; } .horizontal_bars .toolbox .tool_icon_bar{ width: 48px; background: #F1F1F1 0% 0% no-repeat padding-box; box-shadow: 1px 0px 1px rgb(0, 0, 0,0.16); } .horizontal_bars .toolbox .moduleBar{ padding: 10px; width: 311px; overflow-y: scroll; overflow-x: hidden; } .playground{ background-color:#dfdfdf; margin-top: 0px; display: flex; position: absolute; top:150px; left:0; right: 0; bottom: 0; flex-direction: column; } .phone{ margin:0 auto; overflow-x: hidden; overflow-y: hidden; } .horizontal_bars .wrapper { display: flex; flex-direction: column; flex-grow: 1; } .horizontal_bars .wrapper .sidebar{ width: 311px; z-index: 1; align-self: flex-end; height: 100%; background: #F1F1F1; opacity: 1; } .horizontal_bars .wrapper .pageNav{ background-color: white; height: 47px; background: #F8F8F8 0% 0% no-repeat; /*width:auto;*/ box-shadow: 0px 1px 0px 0px #F8F8F8; opacity: 1; z-index: 1; }