fix dashboard error boundary not extending full width of page

pull/82/head^2
dperolio 3 years ago
parent 449d48e491
commit f3bbbcb0db

@ -24,10 +24,10 @@
color: var(--header-primary);
}
&-scene {
position: fixed;
position: absolute;
bottom: 0;
left: 312px;
max-height: 40vh;
left: 0;
width: 100%;
.panningAnimation-38NjY9 {
bottom: 0;
}

@ -1112,10 +1112,10 @@
color: var(--header-primary);
}
.vz-error-boundary-scene {
position: fixed;
position: absolute;
bottom: 0;
left: 312px;
max-height: 40vh;
left: 0;
width: 100%;
}
.vz-error-boundary-scene .panningAnimation-38NjY9 {
bottom: 0;

Loading…
Cancel
Save