fix(calendar(css)): enlarge categories color stripes

Fixes #5301
snyk-upgrade-0ec09bc7ae34af7c5d0348d49696b8f1
Francis Lachapelle 2021-05-11 12:36:03 -04:00
parent 0b33575457
commit e5d957181c
2 changed files with 6 additions and 5 deletions

View File

@ -38,7 +38,7 @@ html * {
top: 0;
bottom: 0;
width: 10%;
z-index: $z-index-view;
z-index: -1;
}
// Group fields of a form

View File

@ -164,12 +164,13 @@ $quarter_height: 10px;
border-bottom-right-radius: $block_radius;
}
}
.eventInside .text {
position: static;
padding: 3px 1%;
}
}
.text {
position: static;
padding: 3px 1%;
}
}
// Toolbar of all-day events when expanded to display all events