Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Sep 18, 2024
1 parent 5610722 commit 0a3f91b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/styles/default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
::-webkit-scrollbar {
display: none;
}
touch-action: manipulation;
}

@media (prefers-reduced-motion: no-preference) {
Expand All @@ -25,4 +26,4 @@
::selection {
color: #000;
background: #fff;
}
}
4 changes: 2 additions & 2 deletions src/util/licenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": null,
"license": "MIT",
"description": "babel's modular runtime helpers",
"version": "7.24.8",
"version": "7.25.6",
"source": "https://www.npmjs.com/package/@babel/runtime"
},
{
Expand Down Expand Up @@ -65,7 +65,7 @@
"author": null,
"license": "MIT",
"description": "Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.",
"version": "5.15.4",
"version": "5.16.7",
"source": "https://www.npmjs.com/package/@mui/material"
},
{
Expand Down

0 comments on commit 0a3f91b

Please sign in to comment.