0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 09:12:45 +00:00

add vertical scroll - auto

This commit is contained in:
Gazook89
2022-09-15 13:38:09 -05:00
parent 49a3057765
commit b120c47faa

View File

@@ -8,6 +8,7 @@
padding : 25px;
background-color : #999;
height : calc(100vh - 54px); // 54px is the height of the navbar + snippet bar. probably a better way to dynamic get this.
overflow-y : auto;
& > div {
margin-bottom: 10px;