Skip to content

Commit

Permalink
actually fix login view, preserving scroll functionality for actual c…
Browse files Browse the repository at this point in the history
…ontent
  • Loading branch information
lenadax committed Aug 22, 2024
1 parent c9f3432 commit 937e2fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cone/app/browser/templates/layout.pt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@
<!-- end sidebar -->

<!-- content area -->
<div id="main-area" class="col h-100 p-0">
<div id="main-area"
tal:define="userid context.request.authenticated_userid"
class="col h-100 p-0 ${'pb-5' if userid else 'pb-0'}">

<!-- header -->
<nav id="header-main"
Expand Down

0 comments on commit 937e2fe

Please sign in to comment.