Skip to content

Commit 2a22fb7

Browse files
fix style issue of bootstrap theme
1 parent c7eb3f2 commit 2a22fb7

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

style/react-dyn-tabs.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
display: flex;
2121
flex-wrap: nowrap;
2222
overflow: hidden;
23+
position: relative;
2324
direction: ltr;
2425
}
2526
.rc-dyn-tabs-tablist-view.rc-dyn-tabs-responsive {

style/react-dyn-tabs.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

style/scss/modules/_react-dyn-tabs.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
display: flex;
2121
flex-wrap: nowrap;
2222
overflow: hidden;
23+
position: relative;
2324
direction: ltr;
2425
&.rc-dyn-tabs-responsive {
2526
backface-visibility: hidden;
@@ -124,8 +125,11 @@
124125
z-index: 2;
125126
overflow-y: auto;
126127
height: auto;
127-
box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
128-
rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
128+
box-shadow:
129+
rgb(255, 255, 255) 0px 0px 0px 0px,
130+
rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
131+
rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
132+
rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
129133
}
130134
}
131135
}

0 commit comments

Comments
 (0)