Merge pull request #190 from Safelite/SSR-306-fix-modall-close-button-position

SSR-306 fix position of modal close button (when open).
This commit is contained in:
bmauger 2023-03-08 15:33:15 -05:00 committed by GitHub
commit ddf9dbebf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -163,6 +163,7 @@
box-shadow: none; box-shadow: none;
background-color: $white; background-color: $white;
position: relative; position: relative;
right: -.5rem;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;