diff --git a/src/files-ui/components/file-mosaic/components/file-mosaic/FileMosaic.scss b/src/files-ui/components/file-mosaic/components/file-mosaic/FileMosaic.scss index ecea57cf1ba62368133e0ad1de69d8d313004ede..78bf294dc99cda25b94a6523d27c7010dc2517ed 100644 --- a/src/files-ui/components/file-mosaic/components/file-mosaic/FileMosaic.scss +++ b/src/files-ui/components/file-mosaic/components/file-mosaic/FileMosaic.scss @@ -93,6 +93,19 @@ text-align: left; scrollbar-width: thin; + &::-webkit-scrollbar { + width: 9px; + } + + &::-webkit-scrollbar-track { + background: transparent; + } + + &::-webkit-scrollbar-thumb { + background-color: #646c7fa9; + border-radius: 20px; + border: transparent; + } line-height: 1.5; letter-spacing: 0.02857em; font-family: "Poppins", sans-serif; @@ -123,19 +136,7 @@ } /// - &::-webkit-scrollbar { - width: 9px; - } - &::-webkit-scrollbar-track { - background: transparent; - } - - &::-webkit-scrollbar-thumb { - background-color: #646c7fa9; - border-radius: 20px; - border: transparent; - } } .files-ui-file-mosaic-file-name {