Skip to content

Commit

Permalink
Fixed second scrollbar appearing on tooltip hover
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKohn committed May 30, 2023
1 parent dbc9df6 commit 2951e07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion styles/cover.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,19 @@ html,
body {
height: 100%;
background-color: #282c34;
overflow-y: auto;
}

html {
font-size: 1rem;
overflow-y: hidden;
}

body {
/* display: -ms-flexbox; */
display: flex;
color: #F6F6F9;
box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
overflow-y: auto;
}

.cover-container {
Expand Down

0 comments on commit 2951e07

Please sign in to comment.