| @@ -270,7 +270,7 @@ button { | |||||
| max-height: 20%; | max-height: 20%; | ||||
| padding-bottom: 75px; | padding-bottom: 75px; | ||||
| overflow-x: hidden; | overflow-x: hidden; | ||||
| overflow-y: scroll; | |||||
| overflow-y: overlay; | |||||
| } | } | ||||
| #upgrade-tooltip { | #upgrade-tooltip { | ||||
| @@ -325,6 +325,9 @@ button { | |||||
| background-color: #444; | background-color: #444; | ||||
| transition: 0.2s; | transition: 0.2s; | ||||
| text-align: center; | text-align: center; | ||||
| border: 2px; | |||||
| border-style: solid; | |||||
| border-color: black; | |||||
| } | } | ||||
| .upgrade-button > .fas { | .upgrade-button > .fas { | ||||
| @@ -338,6 +341,7 @@ button { | |||||
| .upgrade-button:hover { | .upgrade-button:hover { | ||||
| background-color: #999; | background-color: #999; | ||||
| border-color: #888; | |||||
| } | } | ||||
| .upgrade-button-inactive { | .upgrade-button-inactive { | ||||