浏览代码

fix(ext_toolbar): position of authentication popup

j8
hristoterezov 8 年前
父节点
当前提交
c3b4ecbbd8
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      css/_login_menu.scss

+ 4
- 0
css/_login_menu.scss 查看文件

@@ -45,6 +45,10 @@ span.authentication:hover ul.loginmenu, ul.loginmenu:hover {
45 45
     display:block !important;
46 46
 }
47 47
 
48
+span.authentication {
49
+    position: relative;
50
+}
51
+
48 52
 a.disabled {
49 53
     color: gray !important;
50 54
     pointer-events: none;

正在加载...
取消
保存