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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "holygrail2",
3
- "version": "1.1.99",
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,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: 10px;
787
- border-radius: 10px;
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 {