Better handling of # variables + bump simplebar to v5.2.1

This commit is contained in:
2020-08-16 10:34:49 +02:00
parent 354f824588
commit 75d64ed911
10 changed files with 117 additions and 88 deletions

View File

@@ -51,7 +51,6 @@
display: block;
height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
width: auto;
visibility: visible;
max-width: 100%; /* Not required for horizontal scroll to trigger */
max-height: 100%; /* Needed for vertical scroll to trigger */
scrollbar-width: none;
@@ -132,8 +131,8 @@
.simplebar-scrollbar {
position: absolute;
right: 2px;
width: 7px;
left: 0;
right: 0;
min-height: 10px;
}
@@ -142,8 +141,8 @@
content: '';
background: black;
border-radius: 7px;
left: 0;
right: 0;
left: 2px;
right: 2px;
opacity: 0;
transition: opacity 0.2s linear;
}