diff --git a/dots/.config/quickshell/ii/modules/common/widgets/StyledComboBox.qml b/dots/.config/quickshell/ii/modules/common/widgets/StyledComboBox.qml index 1909ad40c..8775715bb 100644 --- a/dots/.config/quickshell/ii/modules/common/widgets/StyledComboBox.qml +++ b/dots/.config/quickshell/ii/modules/common/widgets/StyledComboBox.qml @@ -194,8 +194,6 @@ ComboBox { spacing: 2 model: root.popup.visible ? root.delegateModel : null currentIndex: root.highlightedIndex - - ScrollIndicator.vertical: ScrollIndicator {} } } }