Skip to content

Commit 7f7c89e

Browse files
committed
fix incorrect bottom bar height
1 parent 9fdba1d commit 7f7c89e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/dashboard/Data/Browser/Browser.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
top: 96px;
1313
left: 300px;
1414
right: 0;
15-
bottom: 40px;
15+
bottom: 36px;
1616
overflow: auto;
1717
}
1818

src/dashboard/Data/Browser/BrowserFooter.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
bottom: 0;
77
gap: 10px;
88
padding: 0px 15px;
9-
height: 42px;
9+
height: 36px;
1010
display: flex;
1111
flex-direction: row;
1212
flex-wrap: nowrap;

0 commit comments

Comments
 (0)