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 @@