From 442bfb692cd52f0a8f3d0b0d62eabb4d516c14e2 Mon Sep 17 00:00:00 2001 From: Michael Hirschler Date: Tue, 12 Jan 2021 13:53:34 +0100 Subject: [PATCH 1/2] Update content.rst --- developer_manual/design/content.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer_manual/design/content.rst b/developer_manual/design/content.rst index 4cdfb6434..639abb44e 100644 --- a/developer_manual/design/content.rst +++ b/developer_manual/design/content.rst @@ -53,10 +53,10 @@ Rules and information * You cannot nor need to modify the header or the outside elements of your application. * The whole body needs to scroll to be compatible with the mobile views. Therefore the sidebar and the app-navigation are fixed/sticky. -* Unless you application does not require a scrollable area, not not use any overflow properties on the parents of your content. +* Unless you application does not require a scrollable area, do not use any overflow properties on the parents of your content. * The ``app-navigation-toggle`` is automatically injected. The navigation hide/show is automatically managed. * Do not use ``#content-wrapper`` anymore -* If your app is injecting itself by replacing the #content element, make sure to keep the #content id +* If your app is injecting itself by replacing the #content element, make sure to keep the ``#content`` id * If you use the ``app-content-list`` standard, the ``app-content-details`` div will be hidden in mobile mode (full screen). You will need to add the ``showdetails`` class to the ``app-content-list`` to show the main content. On mobile view, the whole list/details section (depending on which is shown) will scroll the body From b129c5dd0d66869e757e51d26cfeae2121d457ad Mon Sep 17 00:00:00 2001 From: Michael Hirschler Date: Tue, 12 Jan 2021 13:54:24 +0100 Subject: [PATCH 2/2] Update content.rst --- developer_manual/design/content.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/design/content.rst b/developer_manual/design/content.rst index 639abb44e..ba1b774cb 100644 --- a/developer_manual/design/content.rst +++ b/developer_manual/design/content.rst @@ -53,7 +53,7 @@ Rules and information * You cannot nor need to modify the header or the outside elements of your application. * The whole body needs to scroll to be compatible with the mobile views. Therefore the sidebar and the app-navigation are fixed/sticky. -* Unless you application does not require a scrollable area, do not use any overflow properties on the parents of your content. +* Unless your application does not require a scrollable area, do not use any overflow properties on the parents of your content. * The ``app-navigation-toggle`` is automatically injected. The navigation hide/show is automatically managed. * Do not use ``#content-wrapper`` anymore * If your app is injecting itself by replacing the #content element, make sure to keep the ``#content`` id