Files
openwrt_packages/luci-theme-kucat/htdocs/luci-static/kucat/css/theme.css
2025-11-02 14:26:26 +08:00

8 lines
250 B
CSS

@supports (-webkit-touch-callout: none) {
body {
-webkit-touch-callout: none;
padding: env(safe-area-inset-top) env(safe-area-inset-right)
env(safe-area-inset-bottom) env(safe-area-inset-left);
}
}