diff options
| author | Michael <[email protected]> | 2017-03-21 20:16:59 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-03-21 20:16:59 -0400 |
| commit | 0e57b73b1e78c31e08337628863d668e811d1763 (patch) | |
| tree | ca6d74e5b7f9db8ecdd235095be64824deaab0ec /Project-Unite/Content/Site.css | |
| parent | b2ced5a7925fe1be7dc1b6c823482fee93719775 (diff) | |
| download | project-unite-0e57b73b1e78c31e08337628863d668e811d1763.tar.gz project-unite-0e57b73b1e78c31e08337628863d668e811d1763.tar.bz2 project-unite-0e57b73b1e78c31e08337628863d668e811d1763.zip | |
fix dropdown bug
Diffstat (limited to 'Project-Unite/Content/Site.css')
| -rw-r--r-- | Project-Unite/Content/Site.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
