hotfix: includes fullpage dialog scroll fix

This commit is contained in:
deadlyfingers 2017-07-04 11:42:54 +01:00
Родитель 084966f600
Коммит 2a7424ce07
4 изменённых файлов: 11 добавлений и 3 удалений

Просмотреть файл

@ -92,7 +92,7 @@ Thinking about integrating with:
### Assumptions
1. Running node version 4.5 or above.
1. Running node version 6.11 or above.
### Installation
```bash

Просмотреть файл

@ -19,7 +19,7 @@
"leaflet-geosearch": "^2.2.0",
"leaflet.markercluster": "^1.0.5",
"nock": "^9.0.9",
"node-sass": "^4.5.0",
"node-sass": "^4.5.3",
"npm-run-all": "^4.0.2",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.4.2",

Просмотреть файл

@ -305,6 +305,14 @@ ul.aligned {
right: 0;
}
/*===================*/
/* Dialogs full page */
/*===================*/
html.md-no-scroll {
overflow-y: hidden;
}
/*================*/
/* Code editor */
/*================*/

Просмотреть файл

@ -3586,7 +3586,7 @@ node-pre-gyp@^0.6.29:
tar "~2.2.1"
tar-pack "~3.3.0"
node-sass@^4.5.0:
node-sass@^4.5.3:
version "4.5.3"
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.5.3.tgz#d09c9d1179641239d1b97ffc6231fdcec53e1568"
dependencies: