Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 2f74c88

Browse files
committed
fixed position for add row
1 parent e47d5a1 commit 2f74c88

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

styles.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,8 @@ div.database-plugin__checkbox {
294294
align-items: center;
295295
cursor: pointer;
296296
z-index: 3;
297-
position: sticky;
298-
left: 0;
299-
bottom: 0;
297+
position: fixed;
298+
margin-top: 4rem;
300299
background-color: var(--background-primary);
301300
}
302301

0 commit comments

Comments
 (0)