hotfix: includes fullpage dialog scroll fix
This commit is contained in:
Родитель
084966f600
Коммит
2a7424ce07
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче