@patternfly/patternfly 5.2.0-prerelease.2 → 5.2.0-prerelease.4

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.
@@ -1596,10 +1596,10 @@ section: components
1596
1596
  >
1597
1597
  <div class="pf-v5-c-toolbar__toggle">
1598
1598
  <button
1599
- class="pf-v5-c-button pf-m-plain"
1599
+ class="pf-v5-c-menu-toggle pf-m-plain"
1600
1600
  type="button"
1601
- aria-label="Show filters"
1602
1601
  aria-expanded="false"
1602
+ aria-label="Show filters"
1603
1603
  aria-controls="table-tabs-example-tabs-toolbar-expandable-content"
1604
1604
  >
1605
1605
  <i class="fas fa-filter" aria-hidden="true"></i>
@@ -13,3 +13,13 @@
13
13
  #ws-html-demos-c-toolbar-toolbar-attribute-value-search-filter-on-mobile {
14
14
  min-height: 175px;
15
15
  }
16
+
17
+ .pf-v5-c-menu-toggle + .pf-v5-c-panel {
18
+ position: absolute;
19
+ top: calc(100% + 2px);
20
+ z-index: var(--pf-v5-global--ZIndex--sm);
21
+ }
22
+
23
+ .ws-html-demos-c-toolbar .pf-v5-c-toolbar__item {
24
+ position: relative;
25
+ }