fix: tooltip position in editor instance (#3374)

This commit is contained in:
Liyas Thomas
2023-10-09 11:37:52 +05:30
committed by GitHub
parent b18fd90b64
commit 78450c9316
4 changed files with 13 additions and 19 deletions

View File

@@ -137,10 +137,10 @@ a {
.cm-tooltip {
.tippy-box {
@apply shadow-none;
@apply shadow-none #{!important};
@apply fixed;
@apply inline-flex;
@apply -mt-8;
@apply -mt-7.5;
}
}