From 0e57b73b1e78c31e08337628863d668e811d1763 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 21 Mar 2017 20:16:59 -0400 Subject: [PATCH] fix dropdown bug --- Project-Unite/Content/Site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project-Unite/Content/Site.css b/Project-Unite/Content/Site.css index 17c04c5..6a72bd6 100644 --- a/Project-Unite/Content/Site.css +++ b/Project-Unite/Content/Site.css @@ -24,7 +24,7 @@ } }*/ -p,a,strong,b,u,i,em,h1,h2,h3,h4,h5,h6,s,pre,code,ul,ol,li,input,textarea,div,button{ +p,a,strong,b,u,i,em,h1,h2,h3,h4,h5,h6,s,pre,code,li,input,textarea,div,button{ overflow:auto; }