overflow-y for IE

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@205 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2007-07-17 06:07:38 +00:00
parent 504beb18ab
commit a0b2b38e8c

View file

@ -10,5 +10,5 @@ TABLE { margin-bottom: 1em; }
P { margin-top: 0; }
.error { color: Red; }
.message { color: Green; }
#menu { position: absolute; top: 8px; left: 8px; width: 15em; overflow: auto; white-space: nowrap; }
#menu { position: absolute; top: 8px; left: 8px; width: 15em; overflow: auto; overflow-y: hidden; white-space: nowrap; }
#content { margin-left: 16em; }