##// END OF EJS Templates
Reorganize overflow of body and wrapper (#19097)....
Jean-Philippe Lang -
r14445:fd57979418f9
parent child
Show More
@@ -64,8 +64,6
64
64
65 body
65 body
66 {
66 {
67 overflow-x: hidden; /* hide horizontal overflow */
68
69 min-width: 0; /* reset the min-width of 900px */
67 min-width: 0; /* reset the min-width of 900px */
70
68
71 -webkit-overflow-scrolling: touch;
69 -webkit-overflow-scrolling: touch;
@@ -92,6 +90,8
92 {
90 {
93 position: relative;
91 position: relative;
94
92
93 overflow-x: hidden; /* hide horizontal overflow */
94
95 max-width: 100%;
95 max-width: 100%;
96 }
96 }
97
97
@@ -603,6 +603,8
603 {
603 {
604 right: 250px; /* when left flyout is active, move body to the right (same amount like flyout-menu's width) */
604 right: 250px; /* when left flyout is active, move body to the right (same amount like flyout-menu's width) */
605
605
606 overflow: visible;
607
606 height: 100%;
608 height: 100%;
607 }
609 }
608
610
General Comments 0
You need to be logged in to leave comments. Login now