Fix: top border of cards visible again

This commit is contained in:
ernstmul
2025-04-15 14:25:10 +02:00
parent b0892e5615
commit 82b1d378e1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -95,7 +95,7 @@
z-index: 2;
@media (min-width: 768px) {
top: 48px;
top: 54px;
height: calc(100vh - 70px);
}
+1 -1
View File
@@ -418,7 +418,7 @@
.studio-content {
min-height: calc(100vh - 48px);
margin-top: 48px;
margin-top: 54px;
width: 100vw;
padding-right: var(--space-4);