Skip to content

Commit 917ff13

Browse files
authored
Fix drag scroll issue
Fix drag scroll issue
2 parents a72dc64 + 1a1bb9f commit 917ff13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/theme/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
/* Smooth scrolling for the entire page */
1717
html {
18-
scroll-behavior: smooth;
18+
scroll-behavior: auto;
1919
}
2020

2121
/* Completely hide all native scrollbars */

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lab-dash",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "This is an open-source user interface designed to manage your server and homelab",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)