diff --git a/biscuit/core/static/css/style.css b/biscuit/core/static/css/style.css index e74da43733d521bde563adfb94b4f4bf5a6465e4..594d6e43637f02ae88af9ad500164f0184273217 100644 --- a/biscuit/core/static/css/style.css +++ b/biscuit/core/static/css/style.css @@ -1,3 +1,8 @@ img.person-img { max-height: 300px; } + +.dropdown:hover>.dropdown-menu { + display: block; + margin-top:0px; +}