diff --git a/src/Insight/UserInterfaces/InsightWindow/Stylesheets/InsightWindow.qss b/src/Insight/UserInterfaces/InsightWindow/Stylesheets/InsightWindow.qss index 89328de4..2d8b47e2 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Stylesheets/InsightWindow.qss +++ b/src/Insight/UserInterfaces/InsightWindow/Stylesheets/InsightWindow.qss @@ -103,28 +103,6 @@ QToolTip { font-size: 14px; } -QScrollBar:vertical { - background-color: transparent; - width: 12px; - margin: 1px; -} - -QScrollBar:handle:vertical { - border: none; - background-color: rgba(69, 69, 66, 0.6); - min-height: 30px; -} - -QScrollBar:handle:vertical:hover { - background-color: rgba(69, 69, 66, 0.91); -} - -QScrollBar::add-line:vertical, -QScrollBar::sub-line:vertical { - border: none; - background: none; -} - /* Left-side panel */ #left-side-menu-bar { max-width: 22px;