aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/style.scss b/static/style.scss
index 2ae55a31..e4aa527f 100644
--- a/static/style.scss
+++ b/static/style.scss
@@ -507,7 +507,8 @@ along with their colors.
* This makes the borders of the object be part of the size.
* Making placing it on the correct line much simpler.
*/
-.clock, .days .event, .eventlike {
+.clock, .eventlike,
+.days vevent-block {
position: absolute;
box-sizing: border-box;
margin: 0;