|
@@ -348,7 +348,11 @@ const GrowiContextualSubNavigation = (props: GrowiContextualSubNavigationProps):
|
|
|
<>
|
|
<>
|
|
|
<GroundGlassBar className="py-4 d-block d-md-none d-print-none border-bottom" />
|
|
<GroundGlassBar className="py-4 d-block d-md-none d-print-none border-bottom" />
|
|
|
|
|
|
|
|
- <Sticky className="z-1" onStateChange={status => setStickyActive(status.status === Sticky.STATUS_FIXED)}>
|
|
|
|
|
|
|
+ <Sticky
|
|
|
|
|
+ className="z-1"
|
|
|
|
|
+ onStateChange={status => setStickyActive(status.status === Sticky.STATUS_FIXED)}
|
|
|
|
|
+ innerActiveClass="w-100 position-abolute end-0"
|
|
|
|
|
+ >
|
|
|
<GroundGlassBar>
|
|
<GroundGlassBar>
|
|
|
|
|
|
|
|
<nav
|
|
<nav
|