@ostack.tech/ui 0.13.0 → 0.13.1

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.
@@ -2038,6 +2038,7 @@ a > .o-ui-code {
2038
2038
 
2039
2039
  .o-ui-dialog {
2040
2040
  box-shadow: var(--o-ui-box-shadow-lg);
2041
+ overflow-x: auto;
2041
2042
  --o-ui-animation-transform: translateY(-5px) scale(0.97);
2042
2043
  }
2043
2044
  .o-ui-dialog:focus {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ostack.tech/ui",
3
3
  "description": "ostack/UI component library.",
4
- "version": "0.13.0",
4
+ "version": "0.13.1",
5
5
  "homepage": "https://ui.ostack.tech/",
6
6
  "author": {
7
7
  "name": "Opensoft",
@@ -10,6 +10,7 @@
10
10
  $overlay: ".#{$prefix}overlay";
11
11
 
12
12
  box-shadow: $dialog-box-shadow;
13
+ overflow-x: auto;
13
14
 
14
15
  @include declare-var(
15
16
  --#{$prefix}animation-transform,