Only make it sticky when there is space.
This commit is contained in:
parent
ee00ae3ee5
commit
8beb90a824
|
@ -26,9 +26,11 @@ Info | {{ block.super }}
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sticky {
|
@media (min-width: 992px) {
|
||||||
position: sticky;
|
.sticky {
|
||||||
top: 100px;
|
position: sticky;
|
||||||
|
top: 100px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue