Skip to content

Commit 60b38a5

Browse files
authored
fix: Navigation bar in data browser is transparent and partly covers info panel (#2717)
1 parent c764b5a commit 60b38a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/dashboard/Data/Browser/BrowserFooter.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@
1414
font-size: 12px;
1515
font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
1616
border-top: 1px solid lightgrey;
17+
background-color: #f1f5f9;
1718
}

src/dashboard/Data/Browser/Databrowser.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
position: fixed;
33
top: 96px;
44
right: 0;
5-
bottom: 0px;
5+
bottom: 36px;
66
:global(.react-resizable-handle) {
77
position: absolute;
88
left: 0;

0 commit comments

Comments
 (0)