aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-12-10 12:08:43 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-12-10 16:20:03 +0100
commit5a34ac846be467e80e24d04a8683d16924c43b36 (patch)
treedd49c656f5211ef5afc16a5aa20dc3dadcb3b756 /static/style.scss
parentRepair <date-time-input/> (diff)
downloadcalp-5a34ac846be467e80e24d04a8683d16924c43b36.tar.gz
calp-5a34ac846be467e80e24d04a8683d16924c43b36.tar.xz
Repair event position in week.
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;