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