[Accessibility] Add horizontal scroll bar if tooltip box goes outside of panel boundary (#215)
This commit is contained in:
parent
dc56f7e154
commit
1ccffab911
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue