@layerfi/components 0.1.69 → 0.1.71
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/esm/index.js +31 -8
- package/dist/esm/index.js.map +3 -3
- package/dist/index.d.ts +2 -1
- package/dist/index.js +31 -8
- package/dist/index.js.map +3 -3
- package/dist/styles/index.css +2 -1
- package/dist/styles/index.css.map +2 -2
- package/package.json +1 -1
package/dist/styles/index.css
CHANGED
|
@@ -3611,7 +3611,7 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
3611
3611
|
}
|
|
3612
3612
|
.Layer__bank-transactions__header {
|
|
3613
3613
|
position: sticky;
|
|
3614
|
-
z-index:
|
|
3614
|
+
z-index: 1;
|
|
3615
3615
|
left: 0;
|
|
3616
3616
|
display: flex;
|
|
3617
3617
|
width: 100%;
|
|
@@ -7211,6 +7211,7 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
7211
7211
|
white-space: nowrap;
|
|
7212
7212
|
overflow: hidden;
|
|
7213
7213
|
text-overflow: ellipsis;
|
|
7214
|
+
z-index: 999;
|
|
7214
7215
|
}
|
|
7215
7216
|
.Layer__profit-and-loss-detailed-charts .Layer__select__menu .Layer__select__option.Layer__select__option--is-focused,
|
|
7216
7217
|
.Layer__profit-and-loss-detailed-charts .Layer__select__menu .Layer__select__option.Layer__select__option--is-selected,
|