From 41ca4b8d2e76cfec54f514a2a52bcea90f10ec4b Mon Sep 17 00:00:00 2001 From: zadam Date: Thu, 21 Jan 2021 22:05:56 +0100 Subject: [PATCH] fix relation map view --- src/public/stylesheets/relation_map.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/public/stylesheets/relation_map.css b/src/public/stylesheets/relation_map.css index c5a0d6ab0..343274a46 100644 --- a/src/public/stylesheets/relation_map.css +++ b/src/public/stylesheets/relation_map.css @@ -1,3 +1,7 @@ +.type-relation-map { + height: 100%; +} + .note-detail-relation-map { height: 100%; overflow: hidden !important; @@ -76,4 +80,4 @@ .note-detail-relation-map .ui-contextmenu { z-index: 100; -} \ No newline at end of file +}