Skip to content
Snippets Groups Projects
Commit 21225ebb authored by juanf's avatar juanf
Browse files

SSDM-7228 : Side menu scrolling fix for ios

parent 637c9fd8
No related branches found
No related tags found
No related merge requests found
...@@ -119,6 +119,7 @@ function SideMenuWidgetView(sideMenuWidgetController, sideMenuWidgetModel) { ...@@ -119,6 +119,7 @@ function SideMenuWidgetView(sideMenuWidgetController, sideMenuWidgetModel) {
var $body = $("<div>", {"id": "sideMenuBody"}); var $body = $("<div>", {"id": "sideMenuBody"});
$body.css("overflow-y", "auto"); $body.css("overflow-y", "auto");
$body.css("-webkit-overflow-scrolling", "touch");
$widget.append($header) $widget.append($header)
.append($body); .append($body);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment