Skip to content

Commit

Permalink
Fix app navigation backdrop blur
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Sep 7, 2022
1 parent 2be31da commit b8a3946
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 b8a3946

Please sign in to comment.