holygrail2 1.1.98 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "holygrail2",
3
- "version": "1.1.98",
3
+ "version": "1.1.100",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "directories": {
@@ -773,6 +773,30 @@ strong {
773
773
  overflow: auto;
774
774
  &::-webkit-scrollbar {
775
775
  width: 1px;
776
+ height: 1px;
777
+ }
778
+ /* Track */
779
+ &::-webkit-scrollbar-track {
780
+ background-color: rgba(0, 0, 0, 0.1);
781
+
782
+ -webkit-border-radius: 10px;
783
+ border-radius: 0;
784
+ }
785
+ /* Handle */
786
+ &::-webkit-scrollbar-thumb {
787
+ -webkit-border-radius: 0px;
788
+ border-radius: 0px;
789
+ background-color: rgba(0, 0, 0, 0.6);
790
+ }
791
+ &::-webkit-scrollbar-thumb:window-inactive {
792
+ background-color: rgba(0, 0, 0, 0.6);
793
+ }
794
+ }
795
+
796
+ .min-scrollcustom-hover {
797
+ overflow: auto;
798
+ &::-webkit-scrollbar {
799
+ width: 0;
776
800
  }
777
801
  /* Track */
778
802
  &::-webkit-scrollbar-track {