I have a container (say div ) with overflow: auto .
div
overflow: auto
Elements in it scroll exactly as expected, but a typical scroll bar does not appear.
I tried setting -ms-overflow-style: auto explicitly, but nothing changed.
-ms-overflow-style: auto
Check the behavior here: http://msdn.microsoft.com/en-us/library/ie/hh771902(v=vs.85).aspx
Hope this helps.
Based on the link above, I think you should try
-ms-overflow-style: scrollbar
Scroll Bar Indicates that the element displays the classic scroll bar control when its contents are full.
add: overflow:scroll; and displays the scroll bar
overflow:scroll;
Source: https://habr.com/ru/post/1483136/More articles:Maven fail-safe plugin will not run test classes annotated with JUnit Category - mavenwp7 refresh page from App.xaml.cs - c #CKEditor and elFinder Integration Example - ckeditorWhy does work, but does not? - mavenTypeError: Axes3D - pythonPreg_replace Cyrillic word or phrase - not both - phpXML Response to NSArray - arraysHow can I write a channel that sends downstream a list of what it receives from the upstream? - haskellSelect values ββfrom two tables using a loop - sqlAn anchor item found with a valid href attribute but no link content specified - hrefAll Articles