Skip to content

Commit ebdf22b

Browse files
committed
style(globals.css): comment out overflow styles for sticky elements to prevent layout issues
1 parent 6c41926 commit ebdf22b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/shared/styles/globals.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,15 @@
101101
margin: 0 !important;
102102
}
103103
}
104-
104+
/*
105105
[data-ezoic-incontent-sticky] {
106106
overflow: auto !important;
107107
overflow-y: auto !important;
108108
}
109109
110110
.card.max-h-\[90vh\] {
111111
overflow-y: auto !important;
112-
}
112+
} */
113113

114114
.dark {
115115
--color-base-100: oklch(25.33% 0.016 252.42);

0 commit comments

Comments
 (0)