Skip to content

Commit

Permalink
Fix CSS Jumping Side Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Dec 23, 2022
1 parent a910ab1 commit b059660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/css/kanboard-support.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
.pp-green { color: var(--pp-green); fill: var(--pp-green); }
.pp-orange { color: var(--pp-orange); fill: var(--pp-orange); }

div, a, details, summary, i, img, table, tr, .btn-uninstall, svg, .sidebar > ul li, figure, .privacy, .privacy-data {
div, a, details, summary, i, img, table, tr, .btn-uninstall, svg, figure, .privacy, .privacy-data {
transition: ease-in-out all .3s;
}

Expand Down

0 comments on commit b059660

Please sign in to comment.