Better proxy feature for detecting Chrome

This commit is contained in:
Lea Verou
2024-12-10 15:20:39 -05:00
parent 930216e3f7
commit 739c45d34c

View File

@@ -121,7 +121,7 @@ export default css`
}
/* Quick hack to disable zooming in Firefox and Safari */
@supports not (interpolate-size: allow-keywords) {
@supports not (scroll-timeline: none) {
[part~='zoom-in'],
[part~='zoom-out'] {
display: none;