fixed some scrollbars

This commit is contained in:
Danny Coates 2019-01-29 12:06:23 -08:00
parent d159825b27
commit c0d8300a8e
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
4 changed files with 20 additions and 12 deletions

View file

@ -84,6 +84,22 @@ a {
cursor: auto;
}
.delete:hover {
opacity: 0.7;
}
details {
overflow: hidden;
}
details[open] {
overflow-y: auto;
}
footer li:hover {
text-decoration: underline;
}
.feedback-link {
background-color: #000;
background-image: url('../assets/feedback.svg');
@ -132,14 +148,6 @@ a {
flex-shrink: 0;
}
.delete:hover {
opacity: 0.7;
}
footer li:hover {
text-decoration: underline;
}
#password-msg::after {
content: '\200b';
}