-
Notifications
You must be signed in to change notification settings - Fork 487
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(clayui.com): Data Provider Network Status link should scroll to c…
…orrect spot fix(clayui.com): Data Provider Advance link should scoll to correct spot. Renames tab id advanced to advanceTab and advancedTab to advancedTabs fix(clayui.com): Navigation covers text when navigating to HTML fragment id feat(clayui.com): Adds smooth-scroll for modern browsers when navigating to HTML fragment id fixes #2815
- Loading branch information
Showing
4 changed files
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
html { | ||
scroll-behavior: smooth; | ||
} | ||
|
||
body { | ||
background-color: $bg-color; | ||
font-size: 1rem; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters