feat: remove weird borrder at the bottom of the edit container

This commit is contained in:
Kieran Klukas 2024-08-22 20:50:19 -04:00
parent 60d3c254b5
commit a7dc6f7d66
No known key found for this signature in database

View file

@ -106,7 +106,8 @@ const ProjectView = ({
position: 'relative',
backgroundColor: color,
color: textColor,
minHeight: '100vh'
minHeight: '100vh',
height: '100%'
}}
>
<style>