Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
adding max height and overflow rule to popup for weather alerts fix
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hickman committed Aug 30, 2017
1 parent 97e50cb commit c59e129
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,8 @@ body {
}

.popup__content {
max-height: 550px;
overflow-y: auto;
padding-top: 47px;
}

Expand Down

0 comments on commit c59e129

Please sign in to comment.