diff --git a/apps/client/src/widgets/collections/presentation/index.css b/apps/client/src/widgets/collections/presentation/index.css index 5d96c177c..5aafffd9f 100644 --- a/apps/client/src/widgets/collections/presentation/index.css +++ b/apps/client/src/widgets/collections/presentation/index.css @@ -2,4 +2,9 @@ position: absolute; top: 1em; right: 1em; +} + +.presentation-container { + width: 100%; + height: 100%; } \ No newline at end of file diff --git a/apps/client/src/widgets/collections/presentation/index.tsx b/apps/client/src/widgets/collections/presentation/index.tsx index 9f1b3715d..e9d7eecec 100644 --- a/apps/client/src/widgets/collections/presentation/index.tsx +++ b/apps/client/src/widgets/collections/presentation/index.tsx @@ -26,7 +26,6 @@ export default function PresentationView({ note }: ViewModeProps<{}>) { <> {stylesheets.map(stylesheet => )}