Working, basic line drawing
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user