mirror of
https://github.com/KevinMidboe/ISPDowntimeMonitor.git
synced 2025-10-29 09:40:12 +00:00
Prevent overflowing whitespace further then 100%
This commit is contained in:
@@ -90,7 +90,7 @@ hr {
|
||||
height: 100%;
|
||||
width: 1rem;
|
||||
background-color: var(--green);
|
||||
position: relative;
|
||||
position: unset;
|
||||
transition: transform 0.1s ease;
|
||||
}
|
||||
.event:first-of-type {
|
||||
|
||||
Reference in New Issue
Block a user