Disable .scrollable border to prevent double-border when used on top of Mastodon's default light theme

This commit is contained in:
Niléane 2023-12-01 20:16:32 +01:00
commit ffeacea48b
No known key found for this signature in database
3 changed files with 3 additions and 0 deletions

View file

@ -326,6 +326,7 @@ body.app-body {
max-height: max-content;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
border: 0;
}
.app-body .dismissable-banner + .scrollable {
border-top-left-radius: 0;