fix(ext_toolbar): position of authentication popup

pull/851/head
hristoterezov 9 years ago
parent 2b84a149fe
commit c3b4ecbbd8
  1. 4
      css/_login_menu.scss

@ -45,6 +45,10 @@ span.authentication:hover ul.loginmenu, ul.loginmenu:hover {
display:block !important;
}
span.authentication {
position: relative;
}
a.disabled {
color: gray !important;
pointer-events: none;

Loading…
Cancel
Save