mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-08 19:03:03 +00:00
[matrix] Modal cleanup
* General modal cleanup * Remove second scrollbar caused by modal
This commit is contained in:
6
docs/_static/style.css
vendored
6
docs/_static/style.css
vendored
@ -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 {
|
||||
|
Reference in New Issue
Block a user