fix: fixed layout shift in booker (#9976)

This commit is contained in:
Peer Richelsen
2023-07-06 22:52:55 +00:00
committed by GitHub
parent d0707422b9
commit f07c0b09fa
+1 -1
View File
@@ -159,7 +159,7 @@ const BookerComponent = ({
<BookerSection
area="header"
className={classNames(
layout === BookerLayouts.MONTH_VIEW && "fixed right-3 top-3 z-10",
layout === BookerLayouts.MONTH_VIEW && "fixed right-4 top-4 z-10",
(layout === BookerLayouts.COLUMN_VIEW || layout === BookerLayouts.WEEK_VIEW) &&
"bg-default dark:bg-muted sticky top-0 z-10"
)}>