@useblu/ocean-core 1.26.1 → 1.26.2

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.26.2](https://github.com/ocean-ds/ocean-web/compare/v1.26.1...v1.26.2) (2022-01-24)
7
+
8
+ ### Bug Fixes
9
+
10
+ - scroll modal mobile ([#889](https://github.com/ocean-ds/ocean-web/issues/889)) ([4bb34f7](https://github.com/ocean-ds/ocean-web/commit/4bb34f7e3b72892f5d4b84c64b94d39a113189f5))
11
+
6
12
  ## [1.26.1](https://github.com/ocean-ds/ocean-web/compare/v1.26.0...v1.26.1) (2022-01-18)
7
13
 
8
14
  **Note:** Version bump only for package @useblu/ocean-core
package/ocean.css CHANGED
@@ -2317,6 +2317,7 @@
2317
2317
  @media (max-width: 767.98px) {
2318
2318
  .ods-modal__content--after-open {
2319
2319
  max-height: 80%;
2320
+ overflow: auto;
2320
2321
  top: auto;
2321
2322
  }
2322
2323
  }