forked from shibao/cannery
fix firefox scrollbars
This commit is contained in:
parent
3dd624d6de
commit
45e977ba0f
@ -10,6 +10,12 @@ $fa-font-path: "@fortawesome/fontawesome-free/webfonts";
|
|||||||
|
|
||||||
@import "components";
|
@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 */
|
/* Alerts and form errors used by phx.new */
|
||||||
.alert {
|
.alert {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
Loading…
Reference in New Issue
Block a user