[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;
}