We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6a4f7 commit 34284d8Copy full SHA for 34284d8
web/src/components/slider/scope-slider.tsx
@@ -20,7 +20,7 @@ export const ScopeSlider: React.FC<ScopeSliderProps> = ({ scope, setScope, allow
20
* Non supported dimensions simply hide the slider from the view
21
* since we can manage scopes from advanced view
22
*/
23
- if (sizePx < 250 || sizePx > 2000) {
+ if (sizePx < 270 || sizePx > 2000) {
24
return null;
25
}
26
0 commit comments