I'm trying to add a simple dropdown menu with nb-select, e.g.:
<nb-select formControlName="unit">
<nb-option value="cm">Centimetre</nb-option>
<nb-option value="m">Meter</nb-option>
</nb-select>
But when I select some item, the entire page moves up. Actually, an inline style is applied to the html, changing the "top" position for some negative value.
This problem has begun after I've upgraded from nebular 3.0.0 to the last version (3.4.2).
It is possible to reproduce this problem even in the ngx-admin demo page (http://akveo.com/ngx-admin/pages/extra-components/form-inputs).
I'm trying to add a simple dropdown menu with nb-select, e.g.:
But when I select some item, the entire page moves up. Actually, an inline style is applied to the html, changing the "top" position for some negative value.
This problem has begun after I've upgraded from nebular 3.0.0 to the last version (3.4.2).
It is possible to reproduce this problem even in the ngx-admin demo page (http://akveo.com/ngx-admin/pages/extra-components/form-inputs).