Skip to content

Commit 17ba261

Browse files
PengyuChen01Sma1lboy
authored and
pengyu
committedMar 16, 2025
chore(frontend): change scrollbar invisible (#177)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Added new configuration files: `container-state.json` and `port-state.json`. - **Style** - Refined scrollbar styling to achieve a cleaner, minimalist look across browsers. The updated design simplifies the appearance by making scrollbar elements transparent and ensuring consistency on both WebKit-based browsers and Firefox. Additionally, the scrollbar is now hidden from view. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: Sma1lboy <541898146chen@gmail.com>
1 parent 9bd2b7b commit 17ba261

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎frontend/src/app/globals.css

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
}
9595

9696
::-webkit-scrollbar {
97+
display: none;
9798
width: 6px;
9899
height: 6px;
99100
}

0 commit comments

Comments
 (0)