Make the "Order Now" dialog scrollable (#26169)

This commit is contained in:
b-uwe 2023-02-08 18:08:26 +01:00 committed by GitHub
parent 31cf3cfeee
commit a317a1443f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,9 @@ frontpage_image: /images/skyconnect/skyconnect-cover.png
#landingpage .sub-title {
margin-top: 100px;
}
#landingpage #buy-dialog {
overflow-y: auto;
}
.multi-pan {
max-width: 750px;
margin: 100px auto;