Fix incorrect Scalar CSS import (#10763)
CSS was loaded in a global context (full screen which might be re-used for other use cases in the future) instead of a local context. \+ small update on .env.example
This commit is contained in:
@ -5,7 +5,6 @@ import {
|
||||
} from '@/ui/navigation/bread-crumb/components/Breadcrumb';
|
||||
import styled from '@emotion/styled';
|
||||
import { useLingui } from '@lingui/react/macro';
|
||||
import '@scalar/api-reference-react/style.css';
|
||||
import { IconButton, IconX, useIsMobile } from 'twenty-ui';
|
||||
|
||||
type FullScreenContainerProps = {
|
||||
|
||||
Reference in New Issue
Block a user