jwilles commited on
Commit
ec5a2f9
·
1 Parent(s): c4e8028

hide footer

Browse files
Files changed (1) hide show
  1. src/display/css_html_js.py +2 -0
src/display/css_html_js.py CHANGED
@@ -13,6 +13,8 @@ function tableLinkHack() {
13
 
14
  custom_css = """
15
 
 
 
16
  #main {
17
  max-width: 1200px;
18
  margin: 0 auto;
 
13
 
14
  custom_css = """
15
 
16
+ footer {visibility: hidden}
17
+
18
  #main {
19
  max-width: 1200px;
20
  margin: 0 auto;