Skip to content

Commit cb4fa1f

Browse files
GarbeejasonLaster
authored andcommitted
Stick the commandbar to the top of the seconday panel. (firefox-devtools#2128)
1 parent d05e245 commit cb4fa1f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/components/SecondaryPanes/CommandBar.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
display: flex;
55
height: 30px;
66
overflow: hidden;
7+
position: sticky;
8+
top: 0;
9+
z-index: 1;
10+
background-color: var(--theme-body-background);
711
}
812

913
.command-bar > button {

0 commit comments

Comments
 (0)