mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
themes MDL-20204 removed the css prevent the browsers horizontal scrollbar from appearing
This commit is contained in:
parent
30f317390c
commit
fd284cba72
@ -28,7 +28,7 @@
|
||||
****/
|
||||
|
||||
body {margin:auto 0px;width:auto;}
|
||||
#page {width:100%;overflow:hidden;}
|
||||
#page {width:100%;}
|
||||
#page-header {float:left;width:100%;}
|
||||
#page-content {clear:both;float:left;overflow:hidden;position:relative;width:100%;min-width:900px;}
|
||||
#page-content #region-main-box {float:left;left:200px;position:relative;width:200%;}
|
||||
|
Loading…
x
Reference in New Issue
Block a user