Skip to content

Commit 1cadb7f

Browse files
committed
fix position inherit
1 parent d6dcc2b commit 1cadb7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-generic-crud-table",
3-
"version": "1.5.11",
3+
"version": "1.5.12",
44
"description": "<crud-table> renders object-arrays with options-panel and inline edit per row. Dispatches events for ongoing data handling. As self-containing webcomponent or for Svelte in 60KB",
55
"main": "dist/build/crud-table.js",
66
"module": "dist/build/crud-table.mjs",

src/SvelteGenericCrudTable.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268

269269
<style>
270270
main {
271-
position: fixed;
271+
position: inherit;
272272
display: table;
273273
padding-top:0.4em;
274274
}

0 commit comments

Comments
 (0)