mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: floating action bar position.
This commit is contained in:
+7
-3
@@ -358,8 +358,12 @@
|
||||
</Confirm>
|
||||
|
||||
<style>
|
||||
.floating-action-bar :global(div:first-of-type) {
|
||||
/* 50% > 60% because we have sub-navigation */
|
||||
left: calc(60% - var(--p-floating-action-bar-width) / 2);
|
||||
.floating-action-bar {
|
||||
position: fixed;
|
||||
|
||||
:global(div:first-of-type) {
|
||||
/* 50% > 60% because we have sub-navigation */
|
||||
left: calc(60% - var(--p-floating-action-bar-width) / 2);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user