mirror of
https://github.com/System-End/site.git
synced 2026-04-20 00:25:19 +00:00
feat: remove weird borrder at the bottom of the edit container
This commit is contained in:
parent
60d3c254b5
commit
a7dc6f7d66
1 changed files with 2 additions and 1 deletions
|
|
@ -106,7 +106,8 @@ const ProjectView = ({
|
|||
position: 'relative',
|
||||
backgroundColor: color,
|
||||
color: textColor,
|
||||
minHeight: '100vh'
|
||||
minHeight: '100vh',
|
||||
height: '100%'
|
||||
}}
|
||||
>
|
||||
<style>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue