@3cr/viewer-browser 0.0.116 → 0.0.117

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@3cr/viewer-browser",
3
- "version": "0.0.116",
3
+ "version": "0.0.117",
4
4
  "main": "./dist/Viewer3CR.umd.js",
5
5
  "module": "dist/Viewer3CR.umd.js",
6
6
  "homepage": "https://docs.3cr.singular.health",
@@ -658,7 +658,7 @@
658
658
  </v-menu>
659
659
  </div>
660
660
  </div>
661
- <div class="slider-in-view" v-if="isHovering">
661
+ <div class="slider-in-view" v-if="isHovering || true">
662
662
  <VerticalSliderSelector
663
663
  v-if="
664
664
  getCurrentActiveView(layout) === ScanView.Transverse
@@ -79,6 +79,11 @@ watch(
79
79
  </template>
80
80
 
81
81
  <style lang="scss">
82
+ .vertical-slider-selector {
83
+ & .v-input__control {
84
+ min-height: 32px !important;
85
+ }
86
+ }
82
87
  .vertical-slider-selector .v-slider-thumb__label {
83
88
  width: 40px !important;
84
89
  transform: translateY(-0px) translateX(-32px) translateX(-100%)
@@ -86,8 +91,5 @@ watch(
86
91
  & div {
87
92
  transform: rotate(180deg);
88
93
  }
89
- & .v-input__control {
90
- min-height: 32px !important;
91
- }
92
94
  }
93
95
  </style>