Skip to content

Commit e059c91

Browse files
committed
::view-transition's position changed to "absolute"
1 parent b322b26 commit e059c91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/basics/styling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Of course styling view transition pseudo-elements is not limited to animations.
207207

208208
```css
209209
:root::view-transition {
210-
position: fixed;
210+
position: absolute;
211211
inset: 0;
212212
}
213213

0 commit comments

Comments
 (0)