From 16c68e5f6d0004623a97fa78402b18691e1e36b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Jan=C3=ADk?= Date: Thu, 7 Dec 2023 09:45:30 +0100 Subject: [PATCH] Fix backdrop scrolling and change relative height to fixed --- app/components/common/modal_component.html.erb | 2 +- app/components/common/modal_component.rb | 4 ++-- app/components/tags_assignment/component.html.erb | 10 ++++------ app/components/tags_assignment/diff_component.html.erb | 2 +- app/javascript/controllers/turbo_content_controller.js | 5 +++++ 5 files changed, 13 insertions(+), 10 deletions(-) diff --git a/app/components/common/modal_component.html.erb b/app/components/common/modal_component.html.erb index 72cc8b1e5..6dddf87d2 100644 --- a/app/components/common/modal_component.html.erb +++ b/app/components/common/modal_component.html.erb @@ -2,7 +2,7 @@