Working, basic line drawing

This commit is contained in:
Ian Gulliver
2019-07-05 04:59:04 +00:00
parent 6543e36378
commit e26463047a
2 changed files with 75 additions and 2 deletions

View File

@@ -148,7 +148,7 @@ body {
justify-content: center;
padding: 3px;
border: 1px solid white;
z-index: 2;
z-index: 3;
}
.gridGroup {
@@ -175,11 +175,12 @@ body {
padding-top: 3px;
overflow: hidden;
overflow-wrap: anywhere;
z-index: 2;
z-index: 3;
}
.gridLines {
width: 100%;
height: 100%;
z-index: 2;
--line-color: white;
}