Freies Layout: .boards-wrapper auf absolute Kinder vorbereiten (layout-Layer)
This commit is contained in:
+6
-1
@@ -513,11 +513,16 @@ html, body {
|
||||
/* BOARDS */
|
||||
.boards-wrapper {
|
||||
position: relative; z-index: 10;
|
||||
/* Free-Layout: Boards liegen absolut (siehe @layer components .board).
|
||||
Der Flex-Modus bleibt als Fallback fuer den Mobil-Reset erhalten
|
||||
(dort wird .board wieder position:static, dann greift flex-wrap). */
|
||||
display: flex; flex-wrap: wrap;
|
||||
align-content: flex-start;
|
||||
justify-content: center;
|
||||
justify-content: flex-start;
|
||||
gap: 14px;
|
||||
padding: 110px 40px 40px;
|
||||
/* Absolute Kinder beanspruchen keinen Platz -> Wrapper braucht eine
|
||||
explizite Mindesthoehe, sonst kollabiert er auf die Padding-Hoehe. */
|
||||
min-height: 100vh;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user