mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
fix(assets): code header sticky error in mobile device (#716)
This commit is contained in:
@@ -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)});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user