fix checkbox Profile off-screen

This commit is contained in:
mathysPaul
2023-09-20 18:34:20 +02:00
parent 68c6c6fa11
commit e5a52d0f94
2 changed files with 24 additions and 19 deletions
+1 -1
View File
@@ -809,7 +809,7 @@ const ProfileView = () => {
right: 0,
left: 0,
width: '100%',
height: '100%',
height: '180%', // TODO Need to fixe the background
margin: 0,
padding: 0,
position: 'absolute',