fix: dashboard performance problems

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2024-04-26 11:44:17 +02:00
parent 94282863cb
commit 66151737b8
1 changed files with 2 additions and 1 deletions

View File

@ -498,7 +498,8 @@ export default {
align-self: stretch;
background-color: var(--color-main-background-blur);
-webkit-backdrop-filter: var(--filter-background-blur);
backdrop-filter: var(--filter-background-blur);
// Commented because it leads to huge performance problems in Chromium based browsers
// backdrop-filter: var(--filter-background-blur);
border-radius: var(--border-radius-rounded);
#body-user.theme--highcontrast & {