fix: backlinks overflow

This commit is contained in:
saberzero1 2024-09-26 13:08:41 +02:00
parent 15e6672431
commit 61f67ba2b6
No known key found for this signature in database
GPG Key ID: 41AEE99107640F10

View File

@ -2,7 +2,6 @@
.backlinks {
flex-direction: column;
@media all and not ($mobile) {
/*&:after {
pointer-events: none;
content: "";
@ -37,6 +36,9 @@
&:after {
display: none;
}
height: auto;
@media all and ($desktop) {
height: 250px;
}
}
}