|
@@ -352,7 +352,7 @@ onUnmounted(() => {
|
|
top: 60px;
|
|
top: 60px;
|
|
.nitrogen-container {
|
|
.nitrogen-container {
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: calc(100%);
|
|
|
|
|
|
+ height: calc(100% - 100px);
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
margin-bottom: 100px;
|
|
margin-bottom: 100px;
|
|
@@ -380,6 +380,7 @@ onUnmounted(() => {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
z-index: 9999;
|
|
z-index: 9999;
|
|
pointer-events: auto;
|
|
pointer-events: auto;
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
.item {
|
|
.item {
|