Skip to content

Commit 223fef7

Browse files
authored
fix(theme-saas): fix theme-saas build error (#3197)
1 parent f49c868 commit 223fef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/theme-saas/src/calendar-view/index.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@
631631

632632
.tooltip-main{
633633
@apply overflow-auto;
634-
@apply max-h-[80vh];
634+
@apply ~'max-h-[80vh]';
635635
@apply p-2;
636636

637637
.title{

0 commit comments

Comments
 (0)