Skip to content

Commit

Permalink
Fix overflow on main panel.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikernet committed Jan 19, 2024
1 parent ec873ad commit fcd8e87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion singulinkfx/styles/singulink.css
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,8 @@ span.sidebar-item {

.main-panel {
background-color: var(--main-bg-color);
flex: 1
flex: 1;
overflow-x: hidden;
}

.top-navbar {
Expand Down

0 comments on commit fcd8e87

Please sign in to comment.