@buerokratt-ria/common-gui-components 0.0.9 → 0.0.10

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,6 +4,10 @@ All changes to this project will be documented in this file.
4
4
 
5
5
  ## Template [MajorVersion.MediterraneanVersion.MinorVersion] - DD-MM-YYYY
6
6
 
7
+ ## [0.0.10] - 14-04-2025
8
+
9
+ - Changed dialog visibility
10
+
7
11
  ## [0.0.9] - 01-04-2025
8
12
 
9
13
  - Prevent end-users from spoofing URLs in messages
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buerokratt-ria/common-gui-components",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "Common GUI components and pre defined templates.",
5
5
  "main": "index.ts",
6
6
  "author": "ExiRai",
@@ -53,7 +53,7 @@
53
53
  }
54
54
 
55
55
  &__body {
56
- overflow: auto;
56
+ overflow: visible;
57
57
  max-height: calc(90vh - 70px);
58
58
  }
59
59