1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-07-23 06:41:30 +00:00

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

View File

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