Skip to content

Commit

Permalink
Make db selector fixed height
Browse files Browse the repository at this point in the history
  • Loading branch information
malclocke committed Jul 15, 2024
1 parent f437383 commit a1327a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/assets/stylesheets/pghero/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,8 @@ hr {
border-radius: 2px;
box-shadow: rgba(0, 0, 0, 0.298039) 0px 4px 10px 0px, rgba(0, 0, 0, 0.027451) 0px 0px 0px 1px;
width: 200px;
height: 800px;
overflow-y: scroll;
}

.db-switcher .popup li a {
Expand Down

0 comments on commit a1327a0

Please sign in to comment.