Skip to content

Commit

Permalink
Fix details-overlay-dark docs (#1782)
Browse files Browse the repository at this point in the history
  • Loading branch information
simurai authored Dec 2, 2021
1 parent 539e1fa commit ecb671f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/content/utilities/details.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ Use `.details-overlay-dark` darken the click area overlay. Useful for modals.
```html live
<details class="details-overlay details-overlay-dark">
<summary class="btn">More</summary>
<div class="border p-3 mt-2">Hidden text</div>
<div class="position-relative color-bg-default rounded p-3 mt-2" style="z-index: 112;">
Hidden text
</div>
</details>
```

Expand Down

0 comments on commit ecb671f

Please sign in to comment.