0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 20:22:42 +00:00

fixes scrolling error

This commit is contained in:
Víctor Losada Hernández
2024-05-23 13:32:09 +02:00
parent 72cb8e7db9
commit 6f6c142aa2

View File

@@ -91,6 +91,7 @@ body {
height: 100%;
font-family: "BookInsanityRemake";
font-size: .34cm;
overflow-y: scroll;
.foundBrews {
@@ -99,8 +100,7 @@ body {
width: 100%;
max-height: 100%;
height: 100%;
padding: 50px;
overflow-y: scroll;
padding: 50px 50px 70px 50px;
h3 {
font-size: 25px;