Commit db9dcc7362cad0cabf643afc1d11bf69eb403b11

Authored by Brad Shuttleworth
1 parent 8bd7594b

fix for IE not showing a scrollbar.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4279 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
resources/css/kt-framing.css
... ... @@ -220,7 +220,7 @@ a.main_nav_item {
220 220  
221 221 #content
222 222 {
223   - position: absolute;
  223 + position: relative;
224 224 left: 15em;
225 225 top: 0;
226 226 right: 0;
... ...