akveo / akveo/nebular

Vertical scrollbar not visible 🐛

Ouverte
#2,117 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
TypeScript
Étoiles
8.1k
Forks
1.5k
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

### Issue type

**I'm submitting a ...** (check one with "x")

* [x] bug report
* [ ] feature request
* [ ] question about the decisions made in the repository

### Issue description

**Current behavior:**
Using your template I noticed a strange behavior.
When there are many things to display on the page the vertical scroll bar remains under the fixed header. This is very annoying because if a user has a page with several elements arranged vertically he cannot view the scroll bar because it is below the header.

**Expected behavior:**
I would expect to see the vertical scroll bar immediately after the end of the fixed header and not below.

**Steps to reproduce:**
It can be reproduced on your pages as:
[https://www.akveo.com/ngx-admin/pages/layout/infinite-list
](https://www.akveo.com/ngx-admin/pages/layout/infinite-list
)
**Related code:**
To highlight it you can change the color of the scroll bar

```
.nb-theme-default nb-layout ::-webkit-scrollbar-thumb {
background: #005bff;
cursor: pointer;
border-radius: .15625rem;
}

```

![ScrollBar-Error](https://user-images.githubusercontent.com/904544/68606736-58926b00-04af-11ea-8625-0c4fd36b1f88.png)

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.