### Prerequisites - [X] I have [searched the backlog](https://github.com/Orange-OpenSource/ods-flutter/issues) for duplicate or closed feature requests ### Describe the issue When a user goes to the Develop tab of https://system.design.orange.com/0c1af118d/p/0326f8-navigation-rails/b/39a3e0 and reads the page, the embedded content is scrollable and shouldn't:  This seems to be caused [by the following style in `detail.html`](https://github.com/Orange-OpenSource/ods-flutter/commit/d1dab1fd016da3da0668edda0757bc0e736e171b#diff-0297c501c2b0e43d4cff19c547462d4faaa92fdc29f161cdbc255435f6be23ae) or `main.html` (I don't remember which one is used for the embedded version): ```css html, body { min-height: 100vh; } ``` This is to be tested in a ZeroHeight staging environment, but I'd say it's safe to remove only for the layout in "embedded mode" (pages without the `_docs` suffix in the URL; e.g. https://orange-opensource.github.io/ods-flutter/components/navigation_rail) Linked tasks: * [Flutter 363](https://github.com/Orange-OpenSource/ods-flutter/issues/363) * [Android 895](https://github.com/Orange-OpenSource/ods-android/issues/895) * [iOS 796](https://github.com/Orange-OpenSource/ods-ios/issues/796)
Prerequisites
Describe the issue
When a user goes to the Develop tab of https://system.design.orange.com/0c1af118d/p/0326f8-navigation-rails/b/39a3e0 and reads the page, the embedded content is scrollable and shouldn't:
This seems to be caused by the following style in
detail.htmlormain.html(I don't remember which one is used for the embedded version):This is to be tested in a ZeroHeight staging environment, but I'd say it's safe to remove only for the layout in "embedded mode" (pages without the
_docssuffix in the URL; e.g. https://orange-opensource.github.io/ods-flutter/components/navigation_rail)Linked tasks: