diff --git a/src/app/app.css b/src/app/app.css index f10c380..0baf657 100644 --- a/src/app/app.css +++ b/src/app/app.css @@ -231,4 +231,23 @@ to { -moz-transform: rotate(0deg); } +} + +body::-webkit-scrollbar { + width: 8px; +} + +body { + overflow-x: hidden; + width: calc(100% + 8px) !important; +} + +.header-main { + width: calc(100% + 8px) !important; +} + +body::-webkit-scrollbar-thumb { + background-color: darkgrey; + outline: 1px solid slategrey; + border-radius: 8px; } \ No newline at end of file