@imposium-hub/components 1.48.5 → 1.48.6

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/dist/styles.css CHANGED
@@ -926,7 +926,7 @@ body a {
926
926
  border-radius: 5px;
927
927
  }
928
928
  .imposium-dropdown {
929
- position: absolute;
929
+ position: fixed;
930
930
  background-color: #161616;
931
931
  border: 1px solid #5f5f5f;
932
932
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
package/dist/styles.less CHANGED
@@ -1013,7 +1013,7 @@ body{
1013
1013
 
1014
1014
 
1015
1015
  .imposium-dropdown {
1016
- position: absolute;
1016
+ position: fixed;
1017
1017
  background-color: @backgroundDark;
1018
1018
  border: 1px solid @backgroundHighlight;
1019
1019
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
@@ -1,6 +1,6 @@
1
1
 
2
2
  .imposium-dropdown {
3
- position: absolute;
3
+ position: fixed;
4
4
  background-color: @backgroundDark;
5
5
  border: 1px solid @backgroundHighlight;
6
6
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imposium-hub/components",
3
- "version": "1.48.5",
3
+ "version": "1.48.6",
4
4
  "description": "React & Typescript component / asset library for Imposium front-ends",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",