question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

IE11 year dropdown is merged with the arrow down which is next to it

See original GitHub issue

Expected behavior

datepicker1

Actual behavior

datepicker2

Steps to reprodcue

Init DatePicker and launch in IE11. <DatePicker showYearDropdown />

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
ashvinramanacommented, Sep 22, 2018
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow {
	left: 20px;
	top: 6px;
}
.react-datepicker__month-dropdown-container span{
	margin-left: 20px;
}

Add this css in only Internet Explorer css file or Internet Explorer media query.

.react-datepicker__month-dropdown-container span{
	margin-left: 20px;
}

It will add margin between month and year. Try this it work’s for me.

0reactions
xmakinacommented, Dec 21, 2021

I’m also seeing this in Chrome after upgrading from 3.* to 4.*

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

DropDown issue in IE11 - TechNet - Microsoft
Hello,. I am facing dropdown issues in IE11. We are migrating from IE8 to IE11, the same dropdowns work fine in IE8.
Read more >
Why is dropdown moved to the left in IE 11 but not in Chrome ...
I believe this is because the left , top properties are not set and it's taking either random (IE) or the browser given...
Read more >
Disable Internet Explorer Using Intune Group Policy Browser ...
Let's check how to disable the Internet Explorer 11 Browser app ... You can click on the Next button to continue and select...
Read more >
Supported platforms - Material UI - MUI
For instance, we will close new issues opened about IE 11 and might not merge pull requests that improve IE 11 support. v6...
Read more >
HOW TO - Changing Drop Down selector Arrow with ONLY CSS
Change selector drop down arrows to match your design with ... The next thing is the magical appearance: none .selectdiv select {} It...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found