holygrail2 1.1.99 → 1.1.100
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/scss/base/_helpers.scss +3 -2
package/package.json
CHANGED
package/scss/base/_helpers.scss
CHANGED
|
@@ -773,6 +773,7 @@ strong {
|
|
|
773
773
|
overflow: auto;
|
|
774
774
|
&::-webkit-scrollbar {
|
|
775
775
|
width: 1px;
|
|
776
|
+
height: 1px;
|
|
776
777
|
}
|
|
777
778
|
/* Track */
|
|
778
779
|
&::-webkit-scrollbar-track {
|
|
@@ -783,8 +784,8 @@ strong {
|
|
|
783
784
|
}
|
|
784
785
|
/* Handle */
|
|
785
786
|
&::-webkit-scrollbar-thumb {
|
|
786
|
-
-webkit-border-radius:
|
|
787
|
-
border-radius:
|
|
787
|
+
-webkit-border-radius: 0px;
|
|
788
|
+
border-radius: 0px;
|
|
788
789
|
background-color: rgba(0, 0, 0, 0.6);
|
|
789
790
|
}
|
|
790
791
|
&::-webkit-scrollbar-thumb:window-inactive {
|