We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a72dc64 + 1a1bb9f commit 917ff13Copy full SHA for 917ff13
frontend/src/theme/index.css
@@ -15,7 +15,7 @@
15
16
/* Smooth scrolling for the entire page */
17
html {
18
- scroll-behavior: smooth;
+ scroll-behavior: auto;
19
}
20
21
/* Completely hide all native scrollbars */
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lab-dash",
3
- "version": "1.3.2",
+ "version": "1.3.3",
4
"description": "This is an open-source user interface designed to manage your server and homelab",
5
"main": "index.js",
6
"scripts": {
0 commit comments