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

SVN:trunk[4207]
This commit is contained in:
Denis Flaven
2016-06-14 09:22:32 +00:00
parent 899ea36bcc
commit 066e7bedc1
2 changed files with 2 additions and 0 deletions

View File

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

View File

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