reorganized window

This commit is contained in:
2025-10-21 13:49:29 +02:00
parent df97a3cb8b
commit e268947593
11 changed files with 1547 additions and 248 deletions

View File

@ -18,3 +18,8 @@
:root {
--ui-header-height: 74px;
}
.swiper-slide {
isolation: isolate; /* Für jeden Slide */
contain: layout style; /* Enthält den Context, ohne Performance-Hit */
}