@hkdigital/lib-sveltekit 0.1.93 → 0.1.95
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.
@@ -211,13 +211,13 @@
|
|
211
211
|
>
|
212
212
|
<GridLayers heightFrom={heightMode === 'flexible' ? 'content' : null}>
|
213
213
|
{#if children}
|
214
|
-
<div
|
214
|
+
<!-- <div
|
215
215
|
data-layer="content"
|
216
216
|
class:relative={heightMode === 'flexible'}
|
217
217
|
class:w-full={heightMode === 'flexible'}
|
218
|
-
>
|
218
|
+
> -->
|
219
219
|
{@render children()}
|
220
|
-
</div>
|
220
|
+
<!-- </div> -->
|
221
221
|
{/if}
|
222
222
|
|
223
223
|
{#if showPreview && dropPreviewSnippet}
|
@@ -231,9 +231,11 @@
|
|
231
231
|
<style>
|
232
232
|
[data-component="drop-zone"] {
|
233
233
|
-webkit-tap-highlight-color: transparent;
|
234
|
+
|
235
|
+
|
234
236
|
}
|
235
237
|
|
236
|
-
[data-layer='content']:not(.relative) {
|
238
|
+
/* [data-layer='content']:not(.relative) {
|
237
239
|
position: absolute;
|
238
240
|
left: 0;
|
239
241
|
right: 0;
|
@@ -245,7 +247,7 @@
|
|
245
247
|
position: relative;
|
246
248
|
width: 100%;
|
247
249
|
}
|
248
|
-
|
250
|
+
*/
|
249
251
|
[data-layer='preview'] {
|
250
252
|
position: absolute;
|
251
253
|
left: 0;
|