Improve appearance of scrollbar in long hints

This commit is contained in:
Eevee (Evelyn Woods) 2021-01-11 18:14:27 -07:00
parent 0f6f912055
commit a1041c3e6f

View File

@ -1266,7 +1266,6 @@ dl.score-chart .-sum {
display: none; display: none;
font-size: calc(var(--tile-height) * var(--scale) / 3); font-size: calc(var(--tile-height) * var(--scale) / 3);
padding: 0.25em 0.5em;
font-family: serif; font-family: serif;
font-style: italic; font-style: italic;
color: hsl(45, 100%, 60%); color: hsl(45, 100%, 60%);
@ -1277,10 +1276,12 @@ dl.score-chart .-sum {
overflow: auto; overflow: auto;
/* Set our inherent height or whatever to zero, but then force us to expand to whatever size our /* Set our inherent height or whatever to zero, but then force us to expand to whatever size our
* parent happens to be. Magic! */ * parent happens to be. Magic! */
box-sizing: border-box;
height: 0; height: 0;
min-height: 100%; min-height: 100%;
width: 0; width: 0;
min-width: 100%; min-width: 100%;
padding: 0.25em 0.5em;
} }
#player-game-area > .player-hint-wrapper.--visible { #player-game-area > .player-hint-wrapper.--visible {
display: initial; display: initial;