Skip to content

Commit

Permalink
fix to the scrollbar showing up on chrome/edge (#799)
Browse files Browse the repository at this point in the history
* fix to the scrollbar showing up on chrome/edge

* eslint
  • Loading branch information
AAloshine-scottlogic authored and chriswilty committed Apr 8, 2024
1 parent d9f0553 commit 35333be
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: 0;
background: transparent;
}

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

0 comments on commit 35333be

Please sign in to comment.