We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd9fb3 commit 107caf4Copy full SHA for 107caf4
public/css/calendar.less
@@ -230,7 +230,7 @@
230
.time-grid {
231
display: grid;
232
grid-template-columns: var(--sidebarWidth) minmax(0, 1fr);
233
- grid-template-rows: var(--headerHeight) minmax(0, 1fr);
+ grid-template-rows: var(--headerHeight) var(--headerHeight) minmax(0, 1fr);
234
235
.time-grid-header {
236
grid-area: ~"1 / 2 / 3 / 3";
0 commit comments