Skip to content

Commit

Permalink
fix: horizontal scrollbar in sidebar (#1696)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalashshah authored and corlard3y committed Jul 16, 2024
1 parent d3c173a commit ec14e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/Globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default {
CONSTANTS: {
HEADER_HEIGHT: 70,
LEFT_BAR_WIDTH: 250,
COLLAPSABLE_LEFT_BAR_WIDTH: 90,
COLLAPSABLE_LEFT_BAR_WIDTH: 100,
COLLAPSABLE_RIGHT_BAR_WIDTH: 90,
NO_LEFT_BAR_WIDTH: 0,

Expand Down

0 comments on commit ec14e9a

Please sign in to comment.