Calender View Block Elements Overlapping
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user