mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-03-25 16:43:03 -04:00
- For small modals fomantic tried to add a `scrolling` class using a function that was not implemented, this function is now stubbed. - There's not really a need to conditionally change the behavior of scrolling or not, we can specify `overflow-y: auto` which is more than enough to take care of this. We do add some layout changes to ensure the modal is fully scrollable. - Refactor to nested CSS. - Resolves forgejo/forgejo#10991 Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11547 Reviewed-by: 0ko <0ko@noreply.codeberg.org> Reviewed-by: Beowulf <beowulf@beocode.eu> Co-authored-by: Gusted <postmaster@gusted.xyz> Co-committed-by: Gusted <postmaster@gusted.xyz> |
||
|---|---|---|
| .. | ||
| fomantic | ||
| dimmer.ts | ||
| dirauto.js | ||
| dropdown.ts | ||
| fetch.js | ||
| fetch.test.js | ||
| fomantic.js | ||
| modal.ts | ||
| sortable.js | ||
| stores.js | ||
| tab.ts | ||
| tippy.js | ||
| toast.js | ||
| toast.test.js | ||