loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix z-index on markdown completion (#27237)

Fixes: https://github.com/go-gitea/gitea/issues/27230

authored by

silverwind and committed by
GitHub
a50002c7 0816463c

+1
+1
web_src/css/editor/combomarkdowneditor.css
··· 86 86 border-radius: var(--border-radius); 87 87 border: 1px solid var(--color-secondary); 88 88 box-shadow: 0 .5rem 1rem var(--color-shadow); 89 + z-index: 100; /* needs to be > 20 to be on top of dropzone's .dz-details */ 89 90 } 90 91 91 92 text-expander .suggestions li {