0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 18:42:40 +00:00

listpage, editor

This commit is contained in:
Víctor Losada Hernández
2024-03-08 10:09:29 +01:00
parent beaf67c975
commit 54d881642d
3 changed files with 30 additions and 4 deletions

View File

@@ -15,6 +15,17 @@
}
&.listPage .content {
overflow-y : scroll;
&::-webkit-scrollbar {
width: 20px;
z-index: 2;
}
&::-webkit-scrollbar-thumb {
width:20px;
background: linear-gradient(90deg, #d3c1af 15px, #00000000 15px);
}
}
}
}