Skip to content

Commit

Permalink
Center modal vertically
Browse files Browse the repository at this point in the history
  • Loading branch information
caleballdrin committed Nov 13, 2023
1 parent ab44a10 commit 6a97cca
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/app/header/header.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,12 @@
}

#languageSwitchModal > div.modal-content {
margin: 5%;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 90%;
background: #ffffff;
border-radius: 6px;
height: 90%;
Expand Down

0 comments on commit 6a97cca

Please sign in to comment.