Skip to content

Commit

Permalink
Fix size of info overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoff97 committed Sep 27, 2024
1 parent abb001f commit 287611c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

.overlay {
z-index: 520;
width: 600px;
width: calc(min(600px, 90%));
position: absolute;
background-color: white;
border-radius: 10px;
Expand Down

0 comments on commit 287611c

Please sign in to comment.