Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit f8b9a7c

Browse files
authored
[launchpad] scroller (#1072)
1 parent 1f135b7 commit f8b9a7c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

packages/devtools-launchpad/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devtools-launchpad",
3-
"version": "0.0.125",
3+
"version": "0.0.126",
44
"license": "MPL-2.0",
55
"description": "The Launchpad makes it easy to build a developer tool for Firefox, Chrome, and Node.",
66
"repository": {

packages/devtools-launchpad/src/components/Root.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,3 @@ body {
3939
border-radius: 8px;
4040
background: rgba(113, 113, 113, 0.5);
4141
}
42-
43-
:root.theme-dark .CodeMirror-scrollbar-filler {
44-
background: transparent;
45-
}

0 commit comments

Comments
 (0)