Fix CTA overflow.
This commit is contained in:
parent
756d562c66
commit
3e4e482840
@ -134,6 +134,8 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: $medium;
|
right: $medium;
|
||||||
|
max-height: calc(100vh - ($xl * 1.5) - $medium);
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1280px) {
|
@media screen and (min-width: 1280px) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user