# HG changeset patch # User Marcin Kuzminski # Date 2012-12-09 15:40:10 # Node ID c222599da9a71277fa1971af06a2237242bca1e8 # Parent b2c7f7c5ce116e68bf95cbd325ebb19867516b22 remove scroll from new admin drop-down menu diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -541,7 +541,7 @@ div:hover > a.permalink { #header #header-inner #quick li ul ul { right: 200px; - max-height: 275px; + max-height: 290px; overflow: auto; overflow-x: hidden; white-space: normal;