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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user