diff options
| author | Josh <[email protected]> | 2020-05-29 17:25:13 +1000 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-12-18 21:18:51 -0500 |
| commit | 9653ec5188b2081cf6f8998406690141c9e54ecc (patch) | |
| tree | dca134fcbc423e03d47b7c4cf8202a4da3fd7c1e /docs/_static/style.css | |
| parent | [matrix] Dark Theme (diff) | |
| download | discord.py-9653ec5188b2081cf6f8998406690141c9e54ecc.tar.xz discord.py-9653ec5188b2081cf6f8998406690141c9e54ecc.zip | |
[matrix] Modal cleanup
* General modal cleanup
* Remove second scrollbar caused by modal
Diffstat (limited to 'docs/_static/style.css')
| -rw-r--r-- | docs/_static/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css index d8b6a2cb..c06d7cdb 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -303,7 +303,7 @@ div.modal { top: 0; width: 100%; height: 100%; - overflow: auto; + overflow: hidden; background-color: rgba(0,0,0,0.4); cursor: pointer; } @@ -334,6 +334,10 @@ div.modal-content > span.close:focus { color: #444; } +div.modal input { + cursor: pointer; +} + /* copy button */ .relative-copy { |