Remove overflow hidden from body
- Langage dominant
- TypeScript
- Étoiles
- 25.7k
- Forks
- 7.9k
- 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
The style overflow hidden is applied to the body automatically. This creates a problem in SEO for google crawler as it is not able to index the content below. The text-only version is not scrollable. http://webcache.googleusercontent.com/search?q=cache:IgItpM0bhboJ:https://6figr.com/in/salary/amazon&hl=en&gl=in&strip=1&vwsrc=0
How to remove the overflow hidden from body. Ive tried adding css in styles.scss with !important but it doesnt work.
**Current behavior:**
The style overflow hidden is applied to the body automatically.
**Expected behavior:**
**Steps to reproduce:**
**Related code:**
```
insert short code snippets here
```
### Other information:
**npm, node, OS, Browser**
```
```
**Angular, Nebular**
```
```
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.