Tweak preset section overflow

This commit is contained in:
rijkvanzanten
2022-03-28 13:57:53 -04:00
parent a9e0972142
commit 31fda8fd98

View File

@@ -378,7 +378,9 @@ function useColor() {
.presets {
display: flex;
width: 100%;
margin: 0px 8px 14px;
margin-bottom: 14px;
padding: 8px;
overflow-x: auto;
}
.presets .preset {