apps/web: fix antd breaks webkit-scroll style override
This commit is contained in:
parent
450ed01d00
commit
b74f919939
@ -1,6 +1,7 @@
|
||||
import 'normalize.css';
|
||||
import '../styles/fonts.css';
|
||||
import '../styles/globals.css';
|
||||
import '../styles/antd-fix.css';
|
||||
import initializeQueryClient from '@/api/client';
|
||||
import initializeApollo from '@/apollo/client';
|
||||
import { Notification } from '@/Components/Common/Notification';
|
||||
|
||||
4
apps/web/styles/antd-fix.css
Normal file
4
apps/web/styles/antd-fix.css
Normal file
@ -0,0 +1,4 @@
|
||||
/* fix antd tables override scroll style */
|
||||
.ant-table {
|
||||
scrollbar-color: unset !important;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user