Set popover attribute back to auto margin

This commit is contained in:
Leilukin 2025-01-04 18:31:23 +08:00 committed by Helen Chong
parent 1f89df08e2
commit d6d133e50e

View File

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