Skip to content

Commit

Permalink
Merge pull request #3189 from nextcloud/fix/nav-blur
Browse files Browse the repository at this point in the history
Fix app navigation backdrop blur
  • Loading branch information
GretaD authored Sep 9, 2022
2 parents 43ce813 + b8a3946 commit 93acbc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/NcAppNavigation/NcAppNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ export default {
<style lang="scss" scoped>
.app-navigation {
will-change: transform;
transition: transform var(--animation-quick), margin var(--animation-quick);
width: $navigation-width;
position: relative;
Expand Down

0 comments on commit 93acbc6

Please sign in to comment.