Skip to content
Snippets Groups Projects
Commit a042997f authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Limit height of hierarchy record tab.

parent 7c9b397c
Branches
Tags instance/fid_bbi/staging/20200519
No related merge requests found
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -205,7 +205,9 @@ footer { ...@@ -205,7 +205,9 @@ footer {
.collection-hierarchytree .tree-panel, .collection-hierarchytree .tree-panel,
.collection-hierarchytree #tree-preview { .collection-hierarchytree #tree-preview {
flex-basis: 50%; flex-basis: 50%;
max-height: 75vh;
padding: 1rem; padding: 1rem;
overflow-y: auto;
} }
#modal .collection-hierarchytree { display: block; } #modal .collection-hierarchytree { display: block; }
#modal .tree-panel { #modal .tree-panel {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment