@enki-tek/fms-web-components 0.1.20 → 0.1.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,7 +10,7 @@
10
10
  <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
11
11
  <span class="navbar-toggler-icon"></span>
12
12
  </button>
13
- <div class="collapse navbar-collapse justify-content-md-end overflow-auto" id="navbarCollapse">
13
+ <div class="collapse navbar-collapse justify-content-md-end " id="navbarCollapse">
14
14
  <slot name="menu"></slot>
15
15
  <hr class="my-3 d-md-none">
16
16
  <slot name="footer-menu"></slot>
@@ -679,5 +679,6 @@
679
679
  @media (max-width: 767.98px) {
680
680
  #navbarCollapse {
681
681
  height: calc(100vh - 75px);
682
+ overflow: auto;
682
683
  }
683
684
  }</style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enki-tek/fms-web-components",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "devDependencies": {
5
5
  "@storybook/addon-essentials": "^7.6.14",
6
6
  "@storybook/addon-interactions": "^7.6.14",