fix: bottom bar position

This commit is contained in:
Konstantinos Kaloutas
2023-04-10 13:31:38 +03:00
committed by Tienson Qin
parent e8817bcc41
commit 793768f3af
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
#ls-bottom-bar {
@apply shadow-lg text-sm p-1 fixed bottom-0 rounded-md;
@apply shadow-lg text-sm p-1 absolute bottom-0;
background-color: var(--ls-primary-background-color);
.items {
@apply flex flex-row flex-1;

View File

@@ -552,9 +552,8 @@
main-content])
(when onboarding-and-home?
(onboarding/intro onboarding-and-home?))]
(bottom-bar/bar)]]))
(onboarding/intro onboarding-and-home?))]]
(bottom-bar/bar)]))
(defonce sidebar-inited? (atom false))
;; TODO: simplify logic