mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 23:02:45 +00:00
fixes scrolling error
This commit is contained in:
@@ -91,6 +91,7 @@ body {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
font-family: "BookInsanityRemake";
|
font-family: "BookInsanityRemake";
|
||||||
font-size: .34cm;
|
font-size: .34cm;
|
||||||
|
overflow-y: scroll;
|
||||||
|
|
||||||
|
|
||||||
.foundBrews {
|
.foundBrews {
|
||||||
@@ -99,8 +100,7 @@ body {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 50px;
|
padding: 50px 50px 70px 50px;
|
||||||
overflow-y: scroll;
|
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
|
|||||||
Reference in New Issue
Block a user