Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit e27af21

Browse files
authored
Merge pull request #185 from sanjam-deriv/tablescroll
2 parents a9538ab + 066222f commit e27af21

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/features/dashboard/components/ApiTokenTable/api-table.module.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
.api_table_container {
44
position: relative;
5-
overflow: auto;
65
.api_table {
76
height: rem(30);
87
min-height: 10rem;

src/features/dashboard/components/Tabs/tabs.module.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
h3 {
3535
color: var(--ifm-color-emphasis-500);
3636
font-weight: 400;
37-
transition: color .2s;
37+
transition: color 0.2s;
3838
}
3939
}
4040

@@ -51,5 +51,4 @@
5151
justify-content: space-around;
5252
align-items: center;
5353
padding: rem(2);
54-
overflow: auto;
5554
}

0 commit comments

Comments
 (0)