fix(layout): grid triage with backlinks (#1442)

This commit is contained in:
Emile Bangma 2024-09-26 00:15:07 +02:00 committed by GitHub
parent a7a0dcad22
commit 5eec1e98e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -538,7 +538,6 @@ video {
div:has(> .overflow) {
display: flex;
position: relative;
overflow-y: auto;
max-height: 100%;
}