Skip to content

Commit

Permalink
fix scrolling in ic controls
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedDiscord committed Aug 17, 2024
1 parent 62c7413 commit 19db325
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions webAO/styles/client.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,15 +142,13 @@

#client_icwrapper {
overflow-x: hidden;
overflow-y: auto;
height: 100%;
background: inherit;
}

#client_iccontrols {
position: relative;
background: inherit;
overflow-y:auto;
height: 100%;
overflow-y: auto;
}


Expand Down

0 comments on commit 19db325

Please sign in to comment.