Skip to content

Commit

Permalink
fix to the scrollbar showing up on chrome/edge
Browse files Browse the repository at this point in the history
  • Loading branch information
AAloshine-scottlogic committed Jan 25, 2024
1 parent e7b17e0 commit bef2103
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/components/ControlPanel/ControlPanel.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
scrollbar-width: none;
}

.control::-webkit-scrollbar {
.control-panel::-webkit-scrollbar {
display: none;
width: 0px;
background: transparent;
}

.control-panel .control-collapsible-section {
Expand Down

0 comments on commit bef2103

Please sign in to comment.