From 615ab564cc18369d7e934894928f384f2cdf83b8 Mon Sep 17 00:00:00 2001 From: Nathan Panchout Date: Mon, 24 Mar 2025 09:00:59 +0100 Subject: [PATCH] =?UTF-8?q?fixup!=20=E2=9C=A8(frontend)=20refactor=20and?= =?UTF-8?q?=20theme=20token=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 -- src/frontend/apps/impress/src/pages/globals.css | 8 -------- 2 files changed, 10 deletions(-) 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; -}