logseq-dev-theme
logseq-dev-theme copied to clipboard
Journal on android app overlapping

The first bullet point on is under the heading as in the screenshot.
Sorry, I do not have an Android phone. Can you please add this in your custom.css? I think it will fix you issue:
#journals > div > div > div > div.flex.flex-col > div.content {
position: relative !important;
}
That code actually broke desktop
[image: image.png]
On Wed, 9 Feb 2022 at 14:28, Peng Xiao @.***> wrote:
Sorry, I do not have an Android phone. Can you please add this in your custom.css? I think it will fix you issue:
#journals > div > div > div > div.flex.flex-col > div.content { position: relative !important; }
— Reply to this email directly, view it on GitHub https://github.com/pengx17/logseq-dev-theme/issues/37#issuecomment-1033307502, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD3UONH7UTEDANJBB7LL4LDU2HNOJANCNFSM5NDW6OAA . You are receiving this because you authored the thread.Message ID: @.***>
-- Book some time with me https://tidycal.com/simonhilton
Can you change to this instead?
#journals > div > div > div > div.flex.flex-col > div.content {
position: relative !important;
}