mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
21 lines
369 B
CSS
21 lines
369 B
CSS
.wy-table-responsive {
|
|
scrollbar-color: #99A0A5 transparent;
|
|
scroll-behavior: smooth;
|
|
|
|
&::-webkit-scrollbar {
|
|
height: 5px;
|
|
}
|
|
|
|
&::-webkit-scrollbar-track {
|
|
background-color: transparent;
|
|
border-radius: 8px;
|
|
margin: 0 10px;
|
|
}
|
|
|
|
&::-webkit-scrollbar-thumb {
|
|
background-color: #99A0A5;
|
|
border-radius: 8px;
|
|
margin: 0 10px;
|
|
}
|
|
}
|