abril4416 commited on
Commit
d15a387
·
1 Parent(s): bd5963b

Force vertical scrolling for hosted interface pages

Browse files
linear-regression/styles.css CHANGED
@@ -14,6 +14,15 @@
14
  box-sizing: border-box;
15
  }
16
 
 
 
 
 
 
 
 
 
 
17
  body {
18
  margin: 0;
19
  font-family: "Avenir Next", "Gill Sans", "Trebuchet MS", sans-serif;
 
14
  box-sizing: border-box;
15
  }
16
 
17
+ html,
18
+ body {
19
+ height: auto;
20
+ min-height: 100%;
21
+ overflow-y: auto !important;
22
+ overflow-x: hidden;
23
+ -webkit-overflow-scrolling: touch;
24
+ }
25
+
26
  body {
27
  margin: 0;
28
  font-family: "Avenir Next", "Gill Sans", "Trebuchet MS", sans-serif;
logistic-regression/styles.css CHANGED
@@ -13,6 +13,15 @@
13
  box-sizing: border-box;
14
  }
15
 
 
 
 
 
 
 
 
 
 
16
  body {
17
  margin: 0;
18
  font-family: "Avenir Next", "Segoe UI", sans-serif;
 
13
  box-sizing: border-box;
14
  }
15
 
16
+ html,
17
+ body {
18
+ height: auto;
19
+ min-height: 100%;
20
+ overflow-y: auto !important;
21
+ overflow-x: hidden;
22
+ -webkit-overflow-scrolling: touch;
23
+ }
24
+
25
  body {
26
  margin: 0;
27
  font-family: "Avenir Next", "Segoe UI", sans-serif;