nextcloud / calendar

📆 Calendar app for Nextcloud
https://apps.nextcloud.com/apps/calendar
GNU Affero General Public License v3.0
947 stars 231 forks source link

fix: sidebar editor tab scrolling #6087

Closed st3iny closed 1 week ago

st3iny commented 1 week ago

Regression from https://github.com/nextcloud/calendar/pull/6081

The rule specificity changed so some styles were no longer overwritten by nc-vue.

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 29.71%. Comparing base (4ca0dca) to head (9cb56bd). Report is 15 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6087 +/- ## ========================================= Coverage 29.71% 29.71% Complexity 914 914 ========================================= Files 287 287 Lines 13835 13835 Branches 2163 2163 ========================================= Hits 4111 4111 Misses 9409 9409 Partials 315 315 ``` | [Flag](https://app.codecov.io/gh/nextcloud/calendar/pull/6087/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nextcloud) | Coverage Δ | | |---|---|---| | [javascript](https://app.codecov.io/gh/nextcloud/calendar/pull/6087/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nextcloud) | `15.57% <ø> (ø)` | | | [php](https://app.codecov.io/gh/nextcloud/calendar/pull/6087/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nextcloud) | `58.65% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nextcloud#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

st3iny commented 1 week ago

/backport to stable4.7