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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user