[#575] fixed broken paddings (#582)

This commit is contained in:
Camille Moussu
2026-02-25 17:40:47 +01:00
committed by GitHub
parent 82ec10cfad
commit 5ec37608f1
7 changed files with 36 additions and 10 deletions
+4 -2
View File
@@ -599,7 +599,9 @@ export default function CalendarApp({
const { t, lang } = useI18n();
return (
<main className="main-layout calendar-layout">
<main
className={`main-layout calendar-layout ${menubarProps?.isIframe ? " isInIframe" : ""}`}
>
<Box
className="sidebar"
sx={{
@@ -616,7 +618,7 @@ export default function CalendarApp({
top: 0,
zIndex: 10,
backgroundColor: "#fff",
paddingTop: 3,
paddingTop: menubarProps?.isIframe ? "10px" : 3,
}}
>
<Button