Skip to content

Commit 86b838a

Browse files
committed
Doc: CHANGELOG.md and README.md updated
1 parent fe1534b commit 86b838a

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [v1.3.7]
2+
- Absolutely or fixed positioned components (`modal`, `message-toast`, `confirm`, `datepicker`, `autocomplete`) and label created with `v-floating-label` directive use CSS vars to determine their stacked position and can therefore be configured
3+
14
## [v1.3.6]
25
- The `modal` component got a more robust layout and a better default class for the container element
36

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,12 @@ Style them in your projects main CSS file with
5959
--color-vxvue-alt: -...;
6060
```
6161

62+
Stacking of absolutely or fixed positioned elements use the following CSS variables to determine their position in the z-index stack:
63+
64+
```
65+
--zIndex-confirm: 1000;
66+
--zIndex-toast: 900;
67+
--zIndex-dropdown: 800;
68+
--zIndex-label: 100;
69+
--zIndex-modal: 600;
70+
```

0 commit comments

Comments
 (0)