@elliemae/ds-basic 2.0.0-next.3 → 2.0.0-next.7
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/css/dimsum.css +2 -0
- package/css/dimsum.min.css +2 -2
- package/css/dimsum.min.css.map +1 -1
- package/package.json +51 -51
- package/cjs/package.json +0 -7
- package/esm/package.json +0 -7
package/css/dimsum.css
CHANGED
|
@@ -13298,6 +13298,7 @@ body > .em-ds-tree-item {
|
|
|
13298
13298
|
.insert-field-modal .wrapper .col-1 .title {
|
|
13299
13299
|
font-size: 1.2307rem;
|
|
13300
13300
|
font-weight: 600;
|
|
13301
|
+
position: -webkit-sticky;
|
|
13301
13302
|
position: sticky;
|
|
13302
13303
|
padding: 0 1.23077rem 1.23077rem;
|
|
13303
13304
|
top: 0;
|
|
@@ -13340,6 +13341,7 @@ body > .em-ds-tree-item {
|
|
|
13340
13341
|
.em-ds-modal-image-library .wrapper .col-1 .title {
|
|
13341
13342
|
font-size: 1.2307rem;
|
|
13342
13343
|
font-weight: 600;
|
|
13344
|
+
position: -webkit-sticky;
|
|
13343
13345
|
position: sticky;
|
|
13344
13346
|
padding: 0 1.23077rem 1.23077rem;
|
|
13345
13347
|
top: 0;
|