@eeacms/volto-marine-policy 1.1.8 → 1.1.9

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
@@ -4,12 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ ### [1.1.9](https://github.com/eea/volto-marine-policy/compare/1.1.8...1.1.9) - 17 May 2024
8
+
9
+ #### :bug: Bug Fixes
10
+
11
+ - fix: max-height of toolbar for smaller screens [nileshgulia1 - [`09658d2`](https://github.com/eea/volto-marine-policy/commit/09658d211f7f27241babbda4caa3196852887b1f)]
12
+
7
13
  ### [1.1.8](https://github.com/eea/volto-marine-policy/compare/1.1.7...1.1.8) - 15 May 2024
8
14
 
9
15
  #### :bug: Bug Fixes
10
16
 
11
17
  - fix: add resolutions to addons [nileshgulia1 - [`9c25b82`](https://github.com/eea/volto-marine-policy/commit/9c25b82ff08f701bb61838816c41f1695ee2ca00)]
12
- - fix: update styleMenu and fix toolbar overflow [nileshgulia1 - [`fcc6ecf`](https://github.com/eea/volto-marine-policy/commit/fcc6ecf7b574b6f9a1317683bd0d583b9100bdf6)]
13
18
 
14
19
  #### :hammer_and_wrench: Others
15
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-marine-policy",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "@eeacms/volto-marine-policy: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -365,7 +365,7 @@ body.custom-page-header .breadcrumbs {
365
365
 
366
366
  @media only screen and (max-height: @tabletBreakpoint) {
367
367
  #toolbar .toolbar-content.show {
368
- height: 100%;
368
+ max-height: 700px !important;
369
369
  z-index: 5;
370
370
  }
371
- }
371
+ }