Skip to content

Commit

Permalink
[Glitch] Change new modals to allow vertical scrolling
Browse files Browse the repository at this point in the history
Port de6c9e0 to glitch-soc

Signed-off-by: Claire <[email protected]>
  • Loading branch information
ClearlyClaire committed Apr 6, 2024
1 parent 0f8b332 commit f635cde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/javascript/flavours/glitch/styles/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9411,8 +9411,9 @@ noscript {

.safety-action-modal,
.interaction-modal {
max-width: 90vw;
max-width: 100vw;
width: 600px;
overflow-y: auto;
}

.interaction-modal {
Expand Down

0 comments on commit f635cde

Please sign in to comment.