@itwin/itwinui-css 1.0.0-dev.7 → 1.0.0-dev.8

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/css/all.css CHANGED
@@ -1614,7 +1614,6 @@ a.iui-breadcrumbs-text:focus{
1614
1614
  padding:0;
1615
1615
  border:none;
1616
1616
  vertical-align:baseline;
1617
- flex:2;
1618
1617
  max-width:calc(var(--iui-size-2xl) * 4);
1619
1618
  border-radius:var(--iui-border-radius-1);
1620
1619
  white-space:nowrap;
@@ -4009,7 +4008,7 @@ div.iui-header-breadcrumb-button-icon{
4009
4008
  .iui-menu.iui-scroll{
4010
4009
  overflow-y:auto;
4011
4010
  overflow-y:overlay;
4012
- --iui-menu-max-height:315px;
4011
+ --iui-menu-max-height:calc((var(--iui-component-height) - 1px) * 8.5);
4013
4012
  }
4014
4013
 
4015
4014
  .iui-menu-item{
package/css/carousel.css CHANGED
@@ -58,7 +58,6 @@
58
58
  padding:0;
59
59
  border:none;
60
60
  vertical-align:baseline;
61
- flex:2;
62
61
  max-width:calc(var(--iui-size-2xl) * 4);
63
62
  border-radius:var(--iui-border-radius-1);
64
63
  white-space:nowrap;
package/css/menu.css CHANGED
@@ -44,7 +44,7 @@
44
44
  .iui-menu.iui-scroll{
45
45
  overflow-y:auto;
46
46
  overflow-y:overlay;
47
- --iui-menu-max-height:315px;
47
+ --iui-menu-max-height:calc((var(--iui-component-height) - 1px) * 8.5);
48
48
  }
49
49
 
50
50
  .iui-menu-item{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/itwinui-css",
3
- "version": "1.0.0-dev.7",
3
+ "version": "1.0.0-dev.8",
4
4
  "author": "Bentley Systems",
5
5
  "license": "MIT",
6
6
  "main": "css/all.css",