hackmdio / hackmdio/codimd

Scrollbar in slide mode

Open
#1,283 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
10.1k
Forks
1.1k
PR merge metrics
No merged PRs in 30d

Description

There is `overflow-y: scroll`defined [right here in the CSS](https://github.com/hackmdio/codimd/blob/e89f8205426b2f93e3127b28cd5902cb6f5b4426/public/css/slide.css#L325) that makes the slide mode always show a vertical scrollbar. This is a distraction for presentations, when the browser is in full screen mode and the dark slide background should merge seamlessly with the surroundings.

![Screenshot from 2019-09-23 09-36-13](https://user-images.githubusercontent.com/476060/65408691-30a75500-dde6-11e9-863c-0a369345120d.png)

It looks fine if this rule is removed:

![Screenshot from 2019-09-23 09-36-34](https://user-images.githubusercontent.com/476060/65408701-3ac95380-dde6-11e9-84b4-d2e2ae1df9be.png)

Before going for a pull request, I would like to ask whether this has been added on purpose, because it is obviously [not part of reveal.js](https://github.com/hakimel/reveal.js/search?q=overflow-y).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.