fix: mobile backlinks orientation

This commit is contained in:
saberzero1 2024-09-26 12:51:30 +02:00
parent 5eec1e98e6
commit 9831c49a96
No known key found for this signature in database
GPG Key ID: 41AEE99107640F10

View File

@ -1,10 +1,8 @@
@use "../../styles/variables.scss" as *;
.backlinks {
flex-direction: column;
@media all and not ($mobile) {
overflow-y: auto;
display: flex;
flex-direction: column;
&:after {
pointer-events: none;
content: "";