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