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;
|
||||
}
|
||||
|
||||
.sticky {
|
||||
position: sticky;
|
||||
top: 100px;
|
||||
@media (min-width: 992px) {
|
||||
.sticky {
|
||||
position: sticky;
|
||||
top: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue