Skip to content

Commit 4b3cd62

Browse files
authored
style: underlay for maximized panels (#1303)
Closes #1166
1 parent d304300 commit 4b3cd62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/dashboard/src/layout/GoldenLayout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ $lm-splitter-active-color: $gray-300;
4747
}
4848

4949
.lm_maximised {
50-
border: 15px solid rgba($black, 0.25);
50+
border: 15px solid rgba($black, 0.85);
5151
height: 100% !important;
5252
width: 100% !important;
5353
.lm_items {

0 commit comments

Comments
 (0)