Make sidebar on event detail sticky.
This commit is contained in:
parent
7abd35ab66
commit
99c48130d2
|
@ -41,6 +41,7 @@ eventDetailView eventSlug model =
|
||||||
[ classList
|
[ classList
|
||||||
[ ( "col-sm-3", True )
|
[ ( "col-sm-3", True )
|
||||||
, ( "schedule-sidebar", True )
|
, ( "schedule-sidebar", True )
|
||||||
|
, ( "sticky", True )
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
[ videoRecordingSidebar event
|
[ videoRecordingSidebar event
|
||||||
|
|
Loading…
Reference in a new issue