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 fd38c40 commit 983fbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/css/kanboardcss.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
.pp-btn-red {color: white; background-color: #B71234; border-color: #B71234; font-weight: 500; transition: ease 0.7s;}
.pp-btn-grey {color: white; background-color: #4D4D4D; border-color: #4D4D4D; font-weight: 500; transition: ease 0.7s;}

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

Expand Down

0 comments on commit 983fbee

Please sign in to comment.