Mark Febrizio commited on
Commit
ac3118d
·
unverified ·
1 Parent(s): fe4f734

Update style.css (#25)

Browse files
Files changed (1) hide show
  1. www/style.css +2 -1
www/style.css CHANGED
@@ -25,5 +25,6 @@
25
  }
26
 
27
  #menu_agency {
28
- overflow: visible;
 
29
  }
 
25
  }
26
 
27
  #menu_agency {
28
+ overflow-x: visible;
29
+ overflow-y: scroll;
30
  }