new-modal #4

Merged
jare2473 merged 18 commits from new-modal into main 2025-09-10 10:01:30 +02:00
Showing only changes of commit 30ff28354c - Show all commits

View File

@ -10,6 +10,8 @@ export function RoomBooking({ bookings, showSuccessBanner, lastCreatedBooking, o
const { settings } = useSettingsContext();
useEffect(() => {
// Ensure body scroll is enabled and scroll to top
document.body.style.overflow = '';
window.scrollTo(0, 0);
}, []);