Skip to content

Commit ec8c8b2

Browse files
author
Avaer Kazmer
committed
Bugfix canvas styling
1 parent fd66eec commit ec8c8b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎index.html‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,9 @@
122122
}
123123
canvas {
124124
width: 100% !important;
125-
height: 100vh !important;
125+
height: 100% !important;
126126
background-color: #f8f8f8;
127+
outline: none;
127128
}
128129
a {
129130
color: #AAA;

0 commit comments

Comments
 (0)