Skip to content

Commit

Permalink
#16 Apply tabs UI fix for firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdong262 committed Jun 8, 2024
1 parent aaf393e commit af84fa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/client/entry-web/basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* init app data then write main script to html body
*/
import '../electerm-react/css/basic.styl'
import '../web-components/style-overide.styl'
import '../electerm-react/css/mobile.styl'
import '../web-components/web-api.js'
import '../web-components/web-pre.js'
Expand Down
2 changes: 2 additions & 0 deletions src/client/web-components/style-overide.styl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.tabs-inner
overflow-x hidden !important

0 comments on commit af84fa2

Please sign in to comment.