diff --git a/web/.env b/web/.env deleted file mode 100644 index 3b3c938afe..0000000000 --- a/web/.env +++ /dev/null @@ -1 +0,0 @@ -#PROXY_TARGET="https://defguard-dev.teonite.net" diff --git a/web/.gitignore b/web/.gitignore index 07c27a65ee..88e111584e 100644 --- a/web/.gitignore +++ b/web/.gitignore @@ -1 +1,2 @@ *.local* +./*.env diff --git a/web/src/components/App/App.scss b/web/src/components/App/App.scss deleted file mode 100644 index 2b4db9f378..0000000000 --- a/web/src/components/App/App.scss +++ /dev/null @@ -1,5 +0,0 @@ -#app { - height: inherit; - max-height: inherit; - position: relative; -} diff --git a/web/src/components/App/App.tsx b/web/src/components/App/App.tsx index b54b58f7a8..d29c694d56 100644 --- a/web/src/components/App/App.tsx +++ b/web/src/components/App/App.tsx @@ -1,5 +1,4 @@ import 'react-loading-skeleton/dist/skeleton.css'; -import './App.scss'; import { Navigate, Route, BrowserRouter as Router, Routes } from 'react-router-dom'; diff --git a/web/src/shared/scss/base/_base.scss b/web/src/shared/scss/base/_base.scss index 9ed39fe67a..3c0d0b4ac5 100644 --- a/web/src/shared/scss/base/_base.scss +++ b/web/src/shared/scss/base/_base.scss @@ -106,6 +106,7 @@ body { } #app { + position: relative; min-height: 100dvh; max-height: 100dvh; }