omnia-sass 3.5.281 → 3.5.304

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.
@@ -8655,9 +8655,6 @@ $transition-effect: ease-in-out;
8655
8655
  height: calc(100vh - (#{$topbar-height} + #{$color-page-indicator-bar-height}));
8656
8656
  width: 100%;
8657
8657
  overflow-y: auto;
8658
- display: flex;
8659
- position: relative;
8660
- flex-direction: column;
8661
8658
  }
8662
8659
 
8663
8660
  .sidebar-opened {
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "uninstall": "rimraf node_modules"
11
11
  },
12
12
  "devDependencies": {
13
- "@omnia-low-code/runtime-web-app": "^3.5.281",
13
+ "@omnia-low-code/runtime-web-app": "^3.5.304",
14
14
  "scss-bundle": "3.1.2"
15
15
  },
16
16
  "workspaces": {
@@ -19,7 +19,7 @@
19
19
  "*@omnia-low-code/runtime-web-app*/**"
20
20
  ]
21
21
  },
22
- "version": "3.5.281",
22
+ "version": "3.5.304",
23
23
  "author": "",
24
24
  "license": "MIT"
25
25
  }