-
Type: Task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.21.0
-
Component/s: Studio Designer
-
Tags:
-
Team:NOS
-
Sprint:NOS 11.1.19 - 2019-10 1
-
Story Points:0
Due to some changes in NXP-27960, we should update the nuxeo-folderish-layout template for 11.1 (master).
We should replace:
--nuxeo-results-view-min-height: var( --nuxeo-document-content-min-height, calc(100vh - 216px - var(--nuxeo-app-top)) );
with:
--nuxeo-results-view-height: var( --nuxeo-document-content-height, var(--nuxeo-document-content-min-height, calc(100vh - 216px - var(--nuxeo-app-top))) );
- depends on
-
NXP-27960 Fix double scrollbars on collapsible document page
- Resolved