Prevent overflowing whitespace further then 100%

This commit is contained in:
2020-06-10 09:48:58 +02:00
committed by KevinMidboe
parent d06246c35f
commit fd8e059433

View File

@@ -90,7 +90,7 @@ hr {
height: 100%; height: 100%;
width: 1rem; width: 1rem;
background-color: var(--green); background-color: var(--green);
position: relative; position: unset;
transition: transform 0.1s ease; transition: transform 0.1s ease;
} }
.event:first-of-type { .event:first-of-type {