diff --git a/src/main/webapp/sass/generic/_scrollbar.scss b/src/main/webapp/sass/generic/_scrollbar.scss index 80af0e5f..11c98a14 100644 --- a/src/main/webapp/sass/generic/_scrollbar.scss +++ b/src/main/webapp/sass/generic/_scrollbar.scss @@ -1,6 +1,5 @@ ::-webkit-scrollbar { - width: 12px; - height: 12px; + height: 8px; } ::-webkit-scrollbar-track { diff --git a/src/main/webapp/sass/themes/_ebraminio.scss b/src/main/webapp/sass/themes/_ebraminio.scss index 96d876fc..f0ed9ab7 100644 --- a/src/main/webapp/sass/themes/_ebraminio.scss +++ b/src/main/webapp/sass/themes/_ebraminio.scss @@ -34,9 +34,6 @@ pre { border-bottom-right-radius: 2px; } /* Better scrollbar*/ -::-webkit-scrollbar { - width: 8px; -} ::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.4); }