Skip to content

Commit 2de6c08

Browse files
authored
Merge pull request #58 from joceluss/copilot/fix-header-alignment
Fix Zensical header/sidebar misalignment caused by missing `navigation.tabs.sticky`
2 parents 10be568 + 5eb800e commit 2de6c08

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

zensical.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ site_description = "Documentation personnelle"
66
site_dir = "site"
77

88
[project.theme]
9-
# variant = "classic"
9+
variant = "classic"
1010
language = "fr"
1111
features = [
1212
"navigation.tabs",
13+
"navigation.tabs.sticky",
1314
"navigation.sections",
1415
"navigation.top",
1516
"search.suggest",

0 commit comments

Comments
 (0)