gavinmn / logseq-luma

A minimal and detail oriented light and dark theme for Logseq
MIT License
110 stars 12 forks source link

dropdown list is not displayed in its entirety #42

Closed integratorivan closed 1 year ago

integratorivan commented 1 year ago

if i open dropdown when i switch folder, my dropdown not displayed. but i swith to default theme -- all good

Снимок экрана 2022-10-03 в 20 11 06 Снимок экрана 2022-10-03 в 20 11 23
gavinmn commented 1 year ago

Looks like I've got a z-index issue going on. I'll try and get this fixed for the next release

integratorivan commented 1 year ago

yep, i fix this changed main-content-container: z-index: 9 to z-index-8. But i dont know why dropdown-wrapper with z-index: 1000 !important cant work)

gavinmn commented 1 year ago

@ivanvkt feel free to open a PR in the future for changes like these!

integratorivan commented 1 year ago

@gavinmn cool!!! next time I'll open it, didn't think of that))