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