# HG changeset patch # User Marcin Kuzminski # Date 1355067610 -3600 # Node ID c222599da9a71277fa1971af06a2237242bca1e8 # Parent b2c7f7c5ce116e68bf95cbd325ebb19867516b22 remove scroll from new admin drop-down menu diff -r b2c7f7c5ce11 -r c222599da9a7 rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css Sun Dec 09 16:21:02 2012 +0100 +++ b/rhodecode/public/css/style.css Sun Dec 09 16:40:10 2012 +0100 @@ -541,7 +541,7 @@ #header #header-inner #quick li ul ul { right: 200px; - max-height: 275px; + max-height: 290px; overflow: auto; overflow-x: hidden; white-space: normal;