Calender View Block Elements Overlapping

This commit is contained in:
brausjonas
2023-05-07 17:02:22 +02:00
parent 49a53f3d05
commit 67563b798d
3 changed files with 56 additions and 18 deletions
+3 -6
View File
@@ -18,6 +18,7 @@ body {
)
rgb(var(--background-start-rgb));
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
@@ -230,14 +231,8 @@ Calender View
.calender-view
{
/*
Test
*/
width: 1000px;
height: 2400px;
/*
End Test
*/
background-color: #363636;
display: flex;
flex-direction: row;
@@ -285,6 +280,8 @@ Calender View
cursor: move;
z-index: 10;
overflow: hidden;
margin-top: 4px;
margin-bottom: 4px;
}
.entry .resize-grab