diff --git a/ChangeLog b/ChangeLog index dc56ef6871..ffdd737ce6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,7 @@ phpMyAdmin - ChangeLog - bug #3909 [import] Import of CSV FIle to selected table doesn't work - bug #3904 Browsing an empty table should not display its Structure - bug #3908 Calendar widget improperly redirects to home +- bug #3916 [interface] Missing scrollbar (original theme) 4.0.0.0 (2013-05-03) + Patch #3481047 for rfe #3480477 Insert as new row enhancement diff --git a/themes/original/css/navigation.css.php b/themes/original/css/navigation.css.php index d43469c8f6..d9dd5469f9 100644 --- a/themes/original/css/navigation.css.php +++ b/themes/original/css/navigation.css.php @@ -21,6 +21,7 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) { color: ; width: px; overflow: hidden; + overflow-y: auto; position: fixed; top: 0; : 0;