Skip to content

Commit

Permalink
[help] fix the help widget extending over the height of a page (#9105)
Browse files Browse the repository at this point in the history
This  fixes the help widget height extending over a page.

Resolves #9087
  • Loading branch information
shonibare committed Mar 11, 2024
1 parent 25fb792 commit 1660e0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions htdocs/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -683,12 +683,13 @@ tr.directentry {
border-color: #246EB6;
border-top: none;
border-width: 1px;
position: absolute;
left: 0px;
position: fixed;
right: 0;
overflow-y: auto;
z-index: 999;
transition: all 0.6s ease 0s;
width: 320px;
max-height: 100vh;
}

.help-content h1 {
Expand Down

0 comments on commit 1660e0e

Please # to comment.