mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-12 03:46:49 +00:00
Make the "Order Now" dialog scrollable (#26169)
This commit is contained in:
parent
31cf3cfeee
commit
a317a1443f
@ -19,6 +19,9 @@ frontpage_image: /images/skyconnect/skyconnect-cover.png
|
|||||||
#landingpage .sub-title {
|
#landingpage .sub-title {
|
||||||
margin-top: 100px;
|
margin-top: 100px;
|
||||||
}
|
}
|
||||||
|
#landingpage #buy-dialog {
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
.multi-pan {
|
.multi-pan {
|
||||||
max-width: 750px;
|
max-width: 750px;
|
||||||
margin: 100px auto;
|
margin: 100px auto;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user