Prevent AutoScroll On Resize
This commit is contained in:
@@ -251,15 +251,13 @@ Calender View
|
||||
|
||||
|
||||
.calender-container {
|
||||
position: relative;
|
||||
max-height: 60vh;
|
||||
overflow-y: scroll;
|
||||
overflow-anchor: none;
|
||||
display: grid;
|
||||
}
|
||||
|
||||
.calender-container::-webkit-scrollbar-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.content {
|
||||
grid-area: 1 / 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user