Skip to content

Commit

Permalink
Merge pull request #191 from jcachuryb/master
Browse files Browse the repository at this point in the history
Fix Popup issues with shadow and centering
  • Loading branch information
xzzy authored Feb 7, 2025
2 parents c8c59fa + d69226b commit e370633
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,6 @@ export default {
.mapPopup {
position: absolute;
background-color: white;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
padding: 15px;
border-radius: 10px;
border: 1px solid #cccccc;
Expand Down
2 changes: 1 addition & 1 deletion parkstay/static/searchavail2_vue/css/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion parkstay/static/searchavail2_vue/js/main-legacy.js

Large diffs are not rendered by default.

0 comments on commit e370633

Please sign in to comment.