Skip to content

Commit

Permalink
Sim scrollbar jump fix (#1028)
Browse files Browse the repository at this point in the history
* Update style.less

The CSS property that overrides the width rule in the version of pxt being used for a workaround.

microsoft/pxt@84e896c

* Update style.less
  • Loading branch information
THEb0nny authored Jul 18, 2023
1 parent 09a3046 commit 48436e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions theme/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,10 @@
.bluetooth {
background-color: #007EF4 !important;
color: white !important;
}

/* Temporary fix simPanel jump for some screen resolutions so-as the problem is in the pxt version. Need pxt version 8.2.7 and up */
.invisibleScrollbar::-webkit-scrollbar {
background: transparent !important;
width: initial !important;
}

0 comments on commit 48436e7

Please sign in to comment.