diff --git a/resources/views/components/scaffold.blade.php b/resources/views/components/scaffold.blade.php index b91574a2..889fda5a 100644 --- a/resources/views/components/scaffold.blade.php +++ b/resources/views/components/scaffold.blade.php @@ -101,7 +101,8 @@ window never clips what overhangs on purpose. Nothing application-specific belongs in here: an app's destinations and chrome come in through - the props and slots. --}} + the props and slots. The caller's `class` and `style` land on the root, `data-md-scaffold` + itself — the element `style="--material-banner: 4rem"` above sets a custom property on. --}} @props([ 'destinations' => [], @@ -137,7 +138,7 @@ $groups = $items->chunkWhile(fn (array $item, int $key, $chunk): bool => $item['section'] === $chunk->last()['section']); @endphp -