Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vjousse committed Oct 27, 2023
1 parent ef39c81 commit 0f92940
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion v2/app.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions v2/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ body {
overflow-y: auto;
overflow-x: hidden;
max-height: calc(100vh - 44px);
height: calc(100vh - 44px);
overflow: hidden;
overflow-y: scroll;
}
Expand Down Expand Up @@ -109,6 +110,7 @@ li.load-more {

.notifications-panel .timeline {
max-height: calc(100vh - 81px);
height: calc(100vh - 44px);
}

.panel a {
Expand Down

0 comments on commit 0f92940

Please sign in to comment.