From a1b610fc5044ea6c96da5b4feed63f59d76776ba Mon Sep 17 00:00:00 2001 From: zadam Date: Sat, 16 Feb 2019 19:42:58 +0100 Subject: [PATCH] full screen help dialog --- src/public/stylesheets/style.css | 6 - src/views/dialogs/attributes.ejs | 262 ++++++++++++++++--------------- src/views/dialogs/help.ejs | 8 +- 3 files changed, 138 insertions(+), 138 deletions(-) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index b94cd1f06f..f862925381 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -668,12 +668,6 @@ table.promoted-attributes-in-tooltip td, table.promoted-attributes-in-tooltip th padding: 20px; } -/* if modal height overflows, then only modal body scrolls */ -.modal-body { - max-height: calc(100vh - 200px); - overflow-y: auto; -} - /* this should help with tooltip flickering */ .tooltip { pointer-events: none; diff --git a/src/views/dialogs/attributes.ejs b/src/views/dialogs/attributes.ejs index 608a9f5783..b548852fa2 100644 --- a/src/views/dialogs/attributes.ejs +++ b/src/views/dialogs/attributes.ejs @@ -1,149 +1,155 @@