Add no select style to select2-dropdown Fixes #3745

e44b1233303394e12015f24569eb2a6f53fc4113

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -0Ignore whitespace
public/css/select2-overrides.css+1 -0
@@ -13,6 +13,7 @@
1313 backdrop-filter: blur(calc(var(--SmartThemeBlurStrength)*2));
1414 color: var(--SmartThemeBodyColor);
1515 z-index: 40000;
16+ user-select: none;
1617}
1718
1819.select2-container .select2-selection .select2-selection__clear {