nb-option scrolling issue
- Lenguaje dominante
- TypeScript
- Estrellas
- 8.1k
- Forks
- 1.5k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
### Issue type
**I'm submitting a ...**
* [x] bug report
* [ ] feature request
### Issue description
**Current behavior:**
Currently, each input that allows seeing list of options (there are nb-select, nb-autocomplete, nb-datepicker) has the next scrolling issue.
If you open the nb-option list and scroll your page to the top or bottom, this list scrolls along with the page.
**Expected behavior:**
It should disappear or be sticky to the position that it was initially opened.
**Steps to reproduce:**
To reproduce this bug you have to simply put any of these controls (nb-select, nb-autocomplete, nb-datepicker) inside a nb-card-body and have the scrollable content inside this card-body.
### _Initial opening:_

### _Scrolling down:_

As you can see the options (calendar in our case) don't disappear it scrolls with the page content.
**Related code:**
```
```
### Other information:
**npm, node, OS, Browser**
```
Node: 10.15.3
Npm: 6.14.4
OS: Windows 10
Browser: Chrome, Firefox, and maybe all the others.
```
**Angular, Nebular**
```
Angular: 9.1.12
Nebular: 5.1.0
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.