Skip to content

Commit b5e62ea

Browse files
Mark the page wrapper as a container only in the inline direction and not block (#950)
Fixes #945 (comment). Only tested by changing the value in the browser devtools.
1 parent 31c1e76 commit b5e62ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/routes/_layout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default function Layout(
1111
<>
1212
<div
1313
class="min-h-[calc(100vh-4rem)] md:min-h-[calc(100vh-4.5rem)]"
14-
style="container: page / size"
14+
style="container: page / inline-size"
1515
data-dark-theme="light"
1616
>
1717
<a

0 commit comments

Comments
 (0)