浏览代码

#1205 Positioning of dropdown list of "Popup Menus" on Chrome (and IE 11) when the content has been scrolled

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4207 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 9 年之前
父节点
当前提交
47feb38927
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      css/light-grey.css
  2. 1 0
      css/light-grey.scss

+ 1 - 0
css/light-grey.css

@@ -483,6 +483,7 @@ div.itop_popup {
 div.itop_popup > ul > li {
   list-style: none;
   cursor: pointer;
+  position: relative;
 }
 div.actions_menu > ul {
   height: 19px;

+ 1 - 0
css/light-grey.scss

@@ -538,6 +538,7 @@ div.itop_popup {
 div.itop_popup > ul > li {
 	list-style: none;
 	cursor: pointer;
+	position: relative;
 }
 
 div.actions_menu > ul {