Skip to content

Commit

Permalink
context menu item box-sizing fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
eone666 committed Jul 29, 2021
1 parent 561a8b3 commit f1ef04d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/less/js-year-calendar.less
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@
display:table;
width:100%;
white-space: nowrap;
box-sizing: border-box;

&:hover {
background:#eee;
Expand Down Expand Up @@ -362,4 +363,4 @@ table.month td.day .day-content:hover {
-webkit-transform: scale(1.0);
transform: scale(1.0);
}
}
}

0 comments on commit f1ef04d

Please sign in to comment.