|
@@ -1015,7 +1015,8 @@ body .node input[type="number"] {
|
|
width: calc(100% - 4rem);
|
|
width: calc(100% - 4rem);
|
|
}
|
|
}
|
|
.stag-popup.tall>form, .stag-popup.tall>.stag-popup-content {
|
|
.stag-popup.tall>form, .stag-popup.tall>.stag-popup-content {
|
|
- min-height: 100%;
|
|
|
|
|
|
+ height: 100%;
|
|
|
|
+ min-height: 500px;
|
|
}
|
|
}
|
|
.stag-popup.narrow>form, .stag-popup.narrow>.stag-popup-content {
|
|
.stag-popup.narrow>form, .stag-popup.narrow>.stag-popup-content {
|
|
max-width: 500px;
|
|
max-width: 500px;
|