Set popover attribute back to auto margin

This commit is contained in:
Helen Chong 2025-01-04 18:31:23 +08:00
parent b72d724576
commit 1cf6abaa60
1 changed files with 4 additions and 0 deletions

View File

@ -100,4 +100,8 @@
:target { :target {
scroll-margin-block: 5ex; scroll-margin-block: 5ex;
} }
[popover] {
margin: auto;
}
} }