Skip to content

Commit 2fa2e88

Browse files
committed
Disable setting area height using CSS
1 parent 9528621 commit 2fa2e88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/public/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ header{
101101
#area{
102102
width: 100%;
103103
position: relative;
104-
height: calc(100vh - 70px);
104+
/*height: calc(100vh - 70px);*/
105105
}
106106

107107
circle {

0 commit comments

Comments
 (0)