diff --git a/src/pageServices/contentScripts/css/contextMenu.less b/src/pageServices/contentScripts/css/contextMenu.less index b0cc8b9f..6ea685d3 100644 --- a/src/pageServices/contentScripts/css/contextMenu.less +++ b/src/pageServices/contentScripts/css/contextMenu.less @@ -16,7 +16,7 @@ div[id^="jdn_cm_"] { opacity: 0; transform: scale(0); transition: transform 0.1s; - transform-origin: top left; + transform-origin: center; font-family: "Source Sans Pro", sans-serif; font-size: 12px; z-index: 16000;