diff --git a/Makefile b/Makefile index ea5fdbc5..386953ac 100644 --- a/Makefile +++ b/Makefile @@ -93,7 +93,6 @@ build: cache ?= --no-cache build: ## build the project containers @$(MAKE) build-backend cache=$(cache) @$(MAKE) build-yjs-provider cache=$(cache) - @$(MAKE) build-frontend cache=$(cache) .PHONY: build build-backend: cache ?= @@ -128,7 +127,6 @@ run-backend: ## Start only the backend application and all needed services run: ## start the wsgi (production) and development server run: @$(MAKE) run-backend - @$(COMPOSE) up --force-recreate -d frontend .PHONY: run status: ## an alias for "docker compose ps" diff --git a/src/frontend/apps/impress/src/pages/globals.css b/src/frontend/apps/impress/src/pages/globals.css index bc15160d..e16aa6eb 100644 --- a/src/frontend/apps/impress/src/pages/globals.css +++ b/src/frontend/apps/impress/src/pages/globals.css @@ -70,11 +70,3 @@ main ::-webkit-scrollbar-thumb:hover, /* Support for IE. */ font-feature-settings: 'liga'; } - -[data-nextjs-dialog-overlay] { - display: none !important; -} - -nextjs-portal { - display: none; -}