Skip to content
Snippets Groups Projects
Commit 040e31f7 authored by Jose Manuel Serrano Amaut's avatar Jose Manuel Serrano Amaut
Browse files

[FIX]: Moved webkit styles for custom scrollbar for chrome browsers

parent 747aac9c
No related branches found
No related tags found
No related merge requests found
...@@ -93,6 +93,19 @@ ...@@ -93,6 +93,19 @@
text-align: left; text-align: left;
scrollbar-width: thin; 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; line-height: 1.5;
letter-spacing: 0.02857em; letter-spacing: 0.02857em;
font-family: "Poppins", sans-serif; font-family: "Poppins", sans-serif;
...@@ -123,19 +136,7 @@ ...@@ -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 { .files-ui-file-mosaic-file-name {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment