Fix for border highlighting in game text

This commit is contained in:
ebolam
2022-09-16 19:04:44 -04:00
parent da750fbc99
commit ba805401aa
2 changed files with 2 additions and 1 deletions

View File

@@ -1181,6 +1181,7 @@ body {
padding: 0px 5px 10px 10px;
vertical-align: bottom;
overflow-y: scroll;
outline: none;
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}