mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-05-23 06:06:56 +00:00
fix: Correct stylus comment about modal height
This commit is contained in:
parent
0a2c833f9b
commit
af19d0d77b
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ future re: pets and whatnot, this is just temporary.
|
|||
.modal-content
|
||||
height: 100%
|
||||
.modal-body
|
||||
max-height: calc(100% - 137px) // 100% = dialog height, 150px = header (70px) + footer (67px)
|
||||
max-height: calc(100% - 137px) // 100% = dialog height, 137px = header (70px) + footer (67px)
|
||||
overflow-y: scroll
|
||||
.modal-footer
|
||||
margin: 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue