style(css): update scrollbar styles

Updated scrollbar styles in App.css to customize appearance and behavior:
- Set width and height for scrollbar
- Defined background colors for track and thumb
- Added hover effect for scrollbar thumb

No breaking changes introduced.
This commit is contained in:
kangfenmao
2024-05-30 16:43:51 +08:00
parent aa4ede4427
commit 737a79f44c
5 changed files with 23 additions and 27 deletions
+2
View File
@@ -18,6 +18,8 @@ function createWindow(): void {
y: mainWindowState.y,
width: mainWindowState.width,
height: mainWindowState.height,
minWidth: 800,
minHeight: 500,
show: false,
autoHideMenuBar: true,
titleBarStyle: 'hiddenInset',