From a317a1443f35bd11ae6f328cc9da1ee5506b5cc2 Mon Sep 17 00:00:00 2001 From: b-uwe <61052367+b-uwe@users.noreply.github.com> Date: Wed, 8 Feb 2023 18:08:26 +0100 Subject: [PATCH] Make the "Order Now" dialog scrollable (#26169) --- source/skyconnect/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/skyconnect/index.html b/source/skyconnect/index.html index 451c7cf52da..74e37c5acde 100644 --- a/source/skyconnect/index.html +++ b/source/skyconnect/index.html @@ -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;