Skip to content

Commit

Permalink
Fix: page scrolls to top when opening dialog (#1422)
Browse files Browse the repository at this point in the history
* Fix scroll to top

* RM format change

* RM format change
  • Loading branch information
zenpk authored Jul 18, 2023
1 parent c174f08 commit 12f5d37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/styles/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,7 @@ dialog::backdrop {

.lock-scroll {
overflow: hidden;
height: unset;
}

/* https://stackoverflow.com/questions/50917016/make-a-hidden-field-required/50917245#comment117565184_50917245 */
Expand Down

0 comments on commit 12f5d37

Please sign in to comment.