Skip to content

Commit 77a3c32

Browse files
fix submenu position issue #533
1 parent fc3cc41 commit 77a3c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sass/jquery.contextMenu.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
max-width: $context-menu-max-width;
6060
min-width: $context-menu-min-width;
6161
padding: $context-menu-container-padding;
62-
position: absolute;
62+
position: fixed;
6363
}
6464

6565
.context-menu-item {

0 commit comments

Comments
 (0)