Line 195: | Line 195: | ||
/* Wrapper for the menu */ | /* Wrapper for the menu */ | ||
.igem_menu_wrapper { | .igem_menu_wrapper { | ||
− | |||
− | |||
− | |||
− | |||
− | |||
background-color:#dddddd; | background-color:#dddddd; | ||
− | + | float:right; | |
− | + | height:100vh; | |
+ | max-width: 270px; | ||
overflow-y: auto; | overflow-y: auto; | ||
overflow-x: hidden; | overflow-x: hidden; | ||
+ | padding:0px; | ||
+ | position:fixed; | ||
+ | right:0%; | ||
+ | text-align:left; | ||
+ | width: 15%; | ||
} | } | ||
Line 368: | Line 369: | ||
/* Wrapper for the content */ | /* Wrapper for the content */ | ||
.igem_content_wrapper { | .igem_content_wrapper { | ||
− | width: | + | /*width: 88.9%;*/ |
− | + | width: -webkit-calc(100% -270px); | |
− | + | width: -moz-calc(100% - 270px); | |
− | + | width: calc(100% - 270px); | |
display:block; | display:block; | ||
+ | background-color:white; | ||
} | } | ||
Revision as of 14:30, 15 August 2018