fix(assets): code header sticky error in mobile device (#716)

This commit is contained in:
Cell
2026-03-19 20:08:03 +08:00
parent de38644d75
commit 96b4b4512c
+2 -2
View File
@@ -269,7 +269,7 @@ pre {
}
[data-header-desktop='sticky'] & {
@include media('xs', 'up') {
@include media('sm', 'up') {
top: calc(#{fixit-var(header-height)} + #{fixit-var(breadcrumb-height)});
}
}
@@ -693,7 +693,7 @@ pre {
}
[data-header-desktop='sticky'] & {
@include media('xs', 'up') {
@include media('sm', 'up') {
top: calc(#{fixit-var(header-height)} + #{fixit-var(breadcrumb-height)});
}
}