SSR-306 fix position of modal close button (when open).

This commit is contained in:
Bryan Mauger 2023-03-08 15:23:26 -05:00
parent 2145be049e
commit 0430992cb3

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;