diff --git a/app/components/CameraManager.vue b/app/components/CameraManager.vue index cd8166724..c1282893f 100644 --- a/app/components/CameraManager.vue +++ b/app/components/CameraManager.vue @@ -21,7 +21,8 @@ const { show_dialog, width } = defineProps({ variant="panel" padding="pa-0" class="position-absolute elevation-24" - style="z-index: 2; top: 90px; right: 55px" + style="top: 90px; right: 55px" + z-index="1" > diff --git a/app/components/CameraOrientation.vue b/app/components/CameraOrientation.vue index e512c4636..39882f1a6 100644 --- a/app/components/CameraOrientation.vue +++ b/app/components/CameraOrientation.vue @@ -172,7 +172,8 @@ watch(hoveredFace, (newFace, oldFace) => { v-model="show" title="Camera Orientations" :width="width" - style="z-index: 2; top: 90px; right: 55px" + style="top: 90px; right: 55px" + z-index="1" >
diff --git a/app/components/FeedBack/Snackers.vue b/app/components/FeedBack/Snackers.vue index 6ae99d34d..0b309728a 100644 --- a/app/components/FeedBack/Snackers.vue +++ b/app/components/FeedBack/Snackers.vue @@ -24,6 +24,7 @@ function calc_margin(index) { max-width="200px" height="20px" timeout="10000" + z-index="4" > diff --git a/app/components/HybridViewerTooltip.vue b/app/components/HybridViewerTooltip.vue index b0eb74714..3a5196c6a 100644 --- a/app/components/HybridViewerTooltip.vue +++ b/app/components/HybridViewerTooltip.vue @@ -181,7 +181,7 @@ function formatAttributeValue(val) { .floating-tooltip { position: absolute; pointer-events: none; - z-index: 10000; + z-index: 4; min-width: 200px; max-width: 450px; transition: opacity 0.15s ease; diff --git a/app/components/Launcher.vue b/app/components/Launcher.vue index 18dfff138..aac2d9c13 100644 --- a/app/components/Launcher.vue +++ b/app/components/Launcher.vue @@ -31,7 +31,7 @@ if (infraStore.app_mode !== appMode.CLOUD) { class="align" cols="12" align-self="center" - style="z-index: 1000" + z-index="4" > diff --git a/app/components/Loading.vue b/app/components/Loading.vue index 349d90ef0..1a59ce7fb 100644 --- a/app/components/Loading.vue +++ b/app/components/Loading.vue @@ -61,8 +61,8 @@ onUnmounted(() => { height: 100vh; background: rgba(0, 0, 0, 0.45); backdrop-filter: blur(10px); - z-index: 2400; pointer-events: auto; + z-index: 3; " >
{ background-size: 40px 40px; background-position: center; pointer-events: none; - z-index: -1; + z-index: 0; " /> diff --git a/app/components/RemoteRenderingView.vue b/app/components/RemoteRenderingView.vue index 5e9a0c1ad..4c8879250 100644 --- a/app/components/RemoteRenderingView.vue +++ b/app/components/RemoteRenderingView.vue @@ -105,7 +105,8 @@ onMounted(async () => { { diff --git a/app/components/Viewer/ObjectTree/Base/StickyHeader.vue b/app/components/Viewer/ObjectTree/Base/StickyHeader.vue index dc2541091..ba80096af 100644 --- a/app/components/Viewer/ObjectTree/Base/StickyHeader.vue +++ b/app/components/Viewer/ObjectTree/Base/StickyHeader.vue @@ -37,7 +37,7 @@ const emit = defineEmits(["toggle-open", "toggle-select"]); border-bottom: 2px solid rgba(0, 0, 0, 0.05); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); cursor: pointer; - z-index: 20; + z-index: 2; } .sticky-tree-header:hover { diff --git a/app/components/Viewer/ObjectTree/Layout.vue b/app/components/Viewer/ObjectTree/Layout.vue index 6d2e008a4..a4a592e8b 100644 --- a/app/components/Viewer/ObjectTree/Layout.vue +++ b/app/components/Viewer/ObjectTree/Layout.vue @@ -304,7 +304,7 @@ function onVerticalResizeStart(event, index) {