make sticky aside available for small screens. we had to get rid of the transition effect for this to work reliably

This commit is contained in:
Mario Vavti
2016-12-19 12:46:36 +01:00
parent 9c5f2de4ec
commit 3ad3d3037f
3 changed files with 28 additions and 22 deletions

View File

@@ -165,7 +165,7 @@ if(file_exists('view/theme/redbasic/css/style.css')) {
$x .= $schemecss;
}
$aside_width = 287;
$aside_width = 288;
// left aside and right aside are 285px + converse width
if($align_left) {