Skip to content

Commit adc051b

Browse files
authored
fix: metric tabs look bad on small screens (#2942)
1 parent d8d0954 commit adc051b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/containers/App/App.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ body,
5959
--g-popover-max-width: 500px;
6060

6161
-webkit-overflow-scrolling: touch;
62-
@include mixins.scrollbar();
6362
::-webkit-scrollbar-corner,
6463
::-webkit-scrollbar-thumb {
6564
border-radius: 8px;

src/containers/Tenant/Diagnostics/TenantOverview/TenantOverview.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@use '../../../../styles/mixins.scss';
22

33
.tenant-overview {
4+
min-width: 1000px;
45
height: 100%;
56
padding-bottom: 20px;
67

0 commit comments

Comments
 (0)