Skip to content

Commit

Permalink
Make popups scrollable internally instead of adding scrollbar to body
Browse files Browse the repository at this point in the history
  • Loading branch information
lorumic committed Oct 20, 2023
1 parent d6efeb8 commit 14bc182
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion style/client.css
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,9 @@ span.header-username:hover {
z-index: 20;
}
.ps-popup {
position: absolute;
position: fixed;
max-height: 99vh;
overflow-y: auto;
top: auto; right: auto; left: auto; bottom: auto;
text-align: left;
background: #E1E8E8;
Expand Down

0 comments on commit 14bc182

Please sign in to comment.