From c4bb37e302ea05163e772f71e9a61f95a474879a Mon Sep 17 00:00:00 2001 From: Anna Makarudze Date: Thu, 23 May 2024 17:44:51 +0200 Subject: [PATCH] Fix css for story overlay --- static/source/css/global.styl | 3 --- 1 file changed, 3 deletions(-) diff --git a/static/source/css/global.styl b/static/source/css/global.styl index ab8f8139..f313eedd 100644 --- a/static/source/css/global.styl +++ b/static/source/css/global.styl @@ -418,9 +418,6 @@ span.highlighted-number margin: 0 15px .overlay - position: absolute - top: 0 - left: 0 width: 100% height: 100% background: rgba(0,0,0,0.5)