Started working on arrows
This commit is contained in:
@@ -51,6 +51,26 @@ a {
|
||||
margin-bottom: -3px;
|
||||
}
|
||||
|
||||
/* ─── SVG overlay ────────────────────────────────────────── */
|
||||
#arrows {
|
||||
position: absolute;
|
||||
inset: 0; /* fill the scene */
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
pointer-events: none; /* clicks pass through to divs */
|
||||
overflow: visible; /* arrows can leave the box if needed */
|
||||
}
|
||||
|
||||
|
||||
/* Arrow path style */
|
||||
.arrow-path {
|
||||
fill: none;
|
||||
stroke: #aaa9a2;
|
||||
stroke-width: 1.5;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Win32 classic scrollbar */
|
||||
::-webkit-scrollbar {
|
||||
width: 17px;
|
||||
|
||||
Reference in New Issue
Block a user