Skip to content

Commit 721d0d2

Browse files
Screen blink fix (#509)
* screen blink fix * removed duplicate prop --------- Co-authored-by: Deepak K <89829542+Deepak-Kesavan@users.noreply.github.com>
1 parent f078293 commit 721d0d2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

frontend/src/index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,7 @@ body {
163163
.action-items {
164164
display: flex;
165165
}
166+
167+
.ant-tabs-nav-operations {
168+
display: none !important;
169+
}

0 commit comments

Comments
 (0)