Releases: shuding/nextra
Releases · shuding/nextra
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Patch Changes
- 23b1c48: increate z-index for
type: menu
dropdown from20
to30
[email protected]
Patch Changes
[email protected]
[email protected]
Patch Changes
- 8805d3f: - add
overflow: hidden
on<html>
element instead of<body>
to lock scroll when mobile nav is open- increase z-index for mobile nav from
10
to20
, in navbar from20
to30
- fix navbar alignement on mobile when
Navbar.align
prop is set toleft
- [email protected]
- increase z-index for mobile nav from
[email protected]
Patch Changes
[email protected]
Patch Changes
- 5c22495: - add
Navbar.align
prop to align navigation links to the specified side. (default'right'
)- fix hidden nav links when specified with
type: 'page', href: '...'
in_meta
files
- fix hidden nav links when specified with