Skip to content

Commit 8e15a01

Browse files
Try to fix border
1 parent 45cf64c commit 8e15a01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/styles/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ input::placeholder {
397397
top: 0;
398398
left: var(--minimap-viewport-left);
399399
width: var(--minimap-viewport-width);
400-
height: calc(100% - 3px);
400+
height: 100%;
401401

402402
outline: 3px solid #000000;
403403
}

0 commit comments

Comments
 (0)