z-index on context menu

pull/3094/head
yann300 7 years ago
parent 0fec3f7546
commit bf7a9c7551
  1. 1
      src/app/ui/contextMenu.js

@ -13,6 +13,7 @@ var css = csjs`
width:150px;
background: ${styles.appProperties.solidBorderBox_BackgroundColor};
border-radius: 2px;
z-index: 1000;
}
.liitem

Loading…
Cancel
Save