fix firefox scrollbars

This commit is contained in:
shibao 2022-02-05 14:18:03 -05:00
parent 3dd624d6de
commit 45e977ba0f
1 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,12 @@ $fa-font-path: "@fortawesome/fontawesome-free/webfonts";
@import "components";
/* fix firefox scrollbars */
* {
scrollbar-width: auto;
scrollbar-color: rgba(161, 161, 170, var(--tw-bg-opacity)) white;
}
/* Alerts and form errors used by phx.new */
.alert {
padding: 15px;