bootstrap-year-calendar icon indicating copy to clipboard operation
bootstrap-year-calendar copied to clipboard

will this beautiful calendar support bootstrap4

Open sathio opened this issue 7 years ago • 2 comments

Release alpha 6 of bootstrap 4 is out now, and it seems that everything is broken layout wise.

do you plan to update bootstrap-year-calendar?

sathio avatar Jan 16 '17 11:01 sathio

I have the same layout issue in alpha 6 of bootstrap 4 due to missing col-xs-2 style in bootstrap.css. I fixed it by adding .col-xs-2 { float: left; width: 16.66%; position: relative; } but just to play. Actually still using bootstrap 3.

SamGitCode avatar Mar 03 '17 10:03 SamGitCode

just in JS replace all col-xs-number to col-number and working correctly. but popover not showing. I try to change tooltip, but showing too.

Lazaaa avatar Jun 28 '17 12:06 Lazaaa