We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how we can change the width of date picker when we use recommended theme (dp-material) or adding z-index to that? same question here. this is my code:
dp-date-picker.dp-material .dp-picker-input { -webkit-box-sizing: border-box; box-sizing: border-box; height: 30px; width: 170px; font-size: 13px; outline: none; }
but after checking in browser I see :
dp-date-picker.dp-material .dp-picker-input { -webkit-box-sizing: border-box; box-sizing: border-box; height: 30px; width: 252px; font-size: 13px; outline: none; }
as you see width not change. and for z index as you mention here I did :
.dp-calendar-nav-container{ background: #464646 !important; color: #ffffff; z-index: 99999; }
but there is no change. thanks for your nice date picker.
The text was updated successfully, but these errors were encountered:
Please create a demo so you would have better responses in SO and here.
Sorry, something went wrong.
No branches or pull requests
how we can change the width of date picker when we use recommended theme (dp-material) or adding z-index to that? same question here. this is my code:
but after checking in browser I see :
as you see width not change. and for z index as you mention here I did :
but there is no change. thanks for your nice date picker.
The text was updated successfully, but these errors were encountered: