ros.grant.common 2.0.1137 → 2.0.1141
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.
|
Binary file
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
overflow-y: auto;
|
|
437
437
|
overflow-x: hidden;
|
|
438
438
|
background: #fff;
|
|
439
|
-
z-index:
|
|
439
|
+
z-index: 10;
|
|
440
440
|
transition: 0.3s;
|
|
441
441
|
transform: translateX(100%);
|
|
442
442
|
box-shadow: -4px 0px 10px rgba(57, 52, 66, 0.15);
|
|
@@ -464,7 +464,7 @@
|
|
|
464
464
|
left: 0;
|
|
465
465
|
width: 0;
|
|
466
466
|
height: 100%;
|
|
467
|
-
z-index:
|
|
467
|
+
z-index: 9;
|
|
468
468
|
}
|
|
469
469
|
|
|
470
470
|
.sidebar-notification-left-space {
|
|
@@ -473,6 +473,7 @@
|
|
|
473
473
|
left: 0;
|
|
474
474
|
height: 100vh;
|
|
475
475
|
width: calc(100% - 600px);
|
|
476
|
+
z-index: 10;
|
|
476
477
|
}
|
|
477
478
|
|
|
478
479
|
.fixed-button-bar {
|
package/package.json
CHANGED