diff --git a/src/main/resources/static/css/theme/componentes.css b/src/main/resources/static/css/theme/componentes.css index 2478068ed..c10806ff7 100644 --- a/src/main/resources/static/css/theme/componentes.css +++ b/src/main/resources/static/css/theme/componentes.css @@ -39,6 +39,10 @@ textarea { border: 5px solid var(--md-sys-color-surface-5); } +*::-webkit-scrollbar-corner { + background-color: var(--md-sys-color-surface); +} + /* Alerts */ .alert { border-radius: 3rem;