Skip to content

Commit

Permalink
fix: change styles for ContextMenu animation on Coverage Panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Iogsotot committed Nov 10, 2023
1 parent 9a66844 commit ec32646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pageServices/contentScripts/css/contextMenu.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ec32646

Please sign in to comment.