Can't use overflow visible in nb-accordion : dropdown truncated
- Linguagem predominante
- TypeScript
- Estrelas
- 8.1k
- Forks
- 1.5k
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
### Issue type
**I'm submitting a ...** (check one with "x")
* [x] bug report
* [ ] feature request
### Issue description
**Current behavior:**
Dropdown are truncated if they are bigger than the accordion size, and I can't find a way to tweak that with css.
It happens a lot with selects tags with a forms.
**Expected behavior:**
We should be able to set overflow to visible in accordions.
**Steps to reproduce:**
Nest a `` with some values inside an accordion. The dropdown won't overflow and will be truncated.
**Related code:**
I found the following hard coded style generated by nebular in my dom :
```
```
We can see the nebular implementation force the overflow to hidden.
### Other information:
**npm, node, OS, Browser**
```
Node : 12.13.0
npm: 6.10.2
OS: Windows 10
Browser: Firefox
```
**Angular, Nebular**
```
angular : 8.2.13
nebular : 4.5.0
```
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.