Commit 58a818e7c9488e260b224838a3c1fbb1c0365207

Authored by Renato De Donato
1 parent 3d8cde48

safari bug fix

controllets/datalet-selection-controllet/datalet-selection-controllet.html
... ... @@ -42,7 +42,7 @@
42 42 #items_vslider_controllet {
43 43 position: relative;
44 44 height: 100vh;
45   - width: 172px;
  45 + min-width: 172px;
46 46 }
47 47  
48 48 #datalet_selection_inputs {
... ...