Skip to content

Commit b96c9a8

Browse files
committed
chore: css fixes
1 parent 4f634b8 commit b96c9a8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/components/v2/appDetails/k8Resource/nodeDetail/NodeDetailTabs/terminal/TerminalWrapper.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default function TerminalWrapper({
3232
}: TerminalWrapperProps) {
3333
const firstStrip = () => {
3434
return (
35-
<div className="flex left w-100 dc__gap-10">
35+
<div className="flex left w-100 dc__gap-10 dc__zi-12">
3636
{selectionListData.firstRow.map((ele) => {
3737
return terminalStripTypeData(ele)
3838
})}

src/css/base.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4419,6 +4419,10 @@ textarea::placeholder {
44194419
z-index: 11;
44204420
}
44214421

4422+
.dc__zi-13 {
4423+
z-index: 13;
4424+
}
4425+
44224426
.dc__zi-20 {
44234427
z-index: 20;
44244428
}

0 commit comments

Comments
 (0)