fix(ext_toolbar): position of authentication popup

This commit is contained in:
hristoterezov 2016-09-12 16:22:51 -05:00
parent 2b84a149fe
commit c3b4ecbbd8
1 changed files with 4 additions and 0 deletions

View File

@ -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;