Skip to content

Commit

Permalink
Fix probs div on small viewports
Browse files Browse the repository at this point in the history
  • Loading branch information
lmg-anon committed Jun 7, 2024
1 parent d5ba896 commit 21426b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mikupad.html
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,10 @@
border-radius: 5px;
box-shadow: 0 1px 1px 1px #00000033;
z-index: 9999;

overflow-x: auto;
max-width: 99%;
scrollbar-width: thin;
}
html.monospace-dark #probs,
html.nockoffAI #probs {
Expand Down

0 comments on commit 21426b7

Please sign in to comment.