@yesilyazilim/web.spa 1.0.75 → 1.0.77
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/index.css +1 -1
- package/index.css.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/types.d.ts +7 -2
- package/types.d.ts.map +1 -1
package/index.css
CHANGED
|
@@ -6452,7 +6452,7 @@ date-range .date-range-container .shortcuts-column .shortcuts-header {
|
|
|
6452
6452
|
padding: var(--spacing-half, 8px) var(--spacing, 12px);
|
|
6453
6453
|
background: var(--background-lighter, #e9ecef);
|
|
6454
6454
|
border-bottom: 1px solid var(--border-color, #e5e5e5);
|
|
6455
|
-
z-index:
|
|
6455
|
+
z-index: 999;
|
|
6456
6456
|
position: sticky;
|
|
6457
6457
|
top: 0;
|
|
6458
6458
|
}
|