diff --git a/app/styles/pages/public.scss b/app/styles/pages/public.scss index c1c1bc8404c..b0ea1631ae7 100644 --- a/app/styles/pages/public.scss +++ b/app/styles/pages/public.scss @@ -2,3 +2,8 @@ height: 100vh; overflow: hidden !important; } + +.side-menu { + position: sticky; + top: 14px; +} diff --git a/app/templates/public.hbs b/app/templates/public.hbs index 55cfa5fbb25..8027c13876f 100644 --- a/app/templates/public.hbs +++ b/app/templates/public.hbs @@ -35,9 +35,9 @@ {{/if}} {{/if}} {{else}} - {{#ui-sticky context='#public-event-content' observeChanges=true}} +
{{public/side-menu event=model}} - {{/ui-sticky}} +
{{/if}}