diff --git a/src/styles/ui/Popup.scss b/src/styles/ui/Popup.scss index dfc32ca..0732e27 100644 --- a/src/styles/ui/Popup.scss +++ b/src/styles/ui/Popup.scss @@ -23,7 +23,7 @@ } } .popup-content { - height: 100%; // fill the height of the popup + height: 100%; padding: 20px; display: flex; flex-direction: column;