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

@@ -160,9 +160,3 @@ const getCreatedTime = (date: string) => format(new Date(date), 'hh:mm a');
// Template refs
const tippyActions = ref<TippyComponent | null>(null);
</script>
<style scoped>
.tippy-box[data-theme~='popover'] .tippy-content {
padding: 0;
}
</style>