diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 387960527..9e0fafad1 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -100,6 +100,20 @@ code { } .help-content-wrapper code {display: inline} +/** + * mobile aside + */ +@media screen and (max-width: 990px) { + aside{ + position: fixed!important; + top: 0!important; + background-color: #fff; + width: 100%; + height: 100%; + padding-top: 100px; + z-index: 10; + } +} /* * standard page elements */