[Accessibility] Add horizontal scroll bar if tooltip box goes outside of panel boundary (#215)

This commit is contained in:
victor-meng
2020-09-18 17:01:12 -07:00
committed by GitHub
parent dc56f7e154
commit 1ccffab911

View File

@@ -1743,7 +1743,7 @@ input::-webkit-calendar-picker-indicator {
padding-right: 34px;
color: @BaseDark;
overflow-y: auto;
overflow-x: hidden;
overflow-x: auto;
margin: (2 * @MediumSpace) 0px;
}