Skip to content

Commit f1819b3

Browse files
authored
Merge pull request #2108 from appwrite/fix-tables-and-popovers
2 parents 0d2c2e4 + 223a168 commit f1819b3

File tree

3 files changed

+17
-13
lines changed

3 files changed

+17
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@appwrite.io/pink-icons": "0.25.0",
2727
"@appwrite.io/pink-icons-svelte": "^2.0.0-RC.1",
2828
"@appwrite.io/pink-legacy": "^1.0.3",
29-
"@appwrite.io/pink-svelte": "https://pkg.pr.new/appwrite/pink/@appwrite.io/pink-svelte@74cf26b",
29+
"@appwrite.io/pink-svelte": "https://pkg.pr.new/appwrite/pink/@appwrite.io/pink-svelte@fee5c53",
3030
"@popperjs/core": "^2.11.8",
3131
"@sentry/sveltekit": "^8.38.0",
3232
"@stripe/stripe-js": "^3.5.0",

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]/table.svelte

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,12 @@
358358
</Confirm>
359359

360360
<style>
361-
.floating-action-bar :global(div:first-of-type) {
362-
/* 50% > 60% because we have sub-navigation */
363-
left: calc(60% - var(--p-floating-action-bar-width) / 2);
361+
.floating-action-bar {
362+
position: fixed;
363+
364+
:global(div:first-of-type) {
365+
/* 50% > 60% because we have sub-navigation */
366+
left: calc(60% - var(--p-floating-action-bar-width) / 2);
367+
}
364368
}
365369
</style>

0 commit comments

Comments
 (0)