0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 03:12:40 +00:00

adding margin to scroll action to prevent toolbar overlapping

This commit is contained in:
Víctor Losada Hernández
2024-10-17 23:38:27 +02:00
parent d872a496a7
commit 189625c79b

View File

@@ -18,6 +18,9 @@
margin-left : auto;
box-shadow : 1px 4px 14px #000000;
}
*[id] {
scroll-margin-top:100px;
}
}
&::-webkit-scrollbar {
width : 20px;