diff options
author | 0neGal <mail@0negal.com> | 2023-09-16 18:31:53 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2023-09-16 18:31:53 +0200 |
commit | a083526a1b3263f19d58108fe15b76684f9f8ea1 (patch) | |
tree | 1ff91e038a68a6bfd081c8a39654c939ab7b4a04 /src/app/index.html | |
parent | 7d2b87e2665d213efd07e900f18507782ac2b1d4 (diff) | |
download | Viper-a083526a1b3263f19d58108fe15b76684f9f8ea1.tar.gz Viper-a083526a1b3263f19d58108fe15b76684f9f8ea1.zip |
fixed backdrop-filter breaking on filter popup
The amount of times I've broken something with `backdrop-filter` is far
too many, but what can you expect.
Diffstat (limited to 'src/app/index.html')
-rw-r--r-- | src/app/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/index.html b/src/app/index.html index 9ca5e07..b18db42 100644 --- a/src/app/index.html +++ b/src/app/index.html @@ -193,7 +193,7 @@ <div class="loading">%%gui.browser.loading%%</div> </div> </div> - <div class="popup small" id="preview"> + <div class="popup small blur" id="preview"> <div class="misc fixed vertical"> <button id="close" onclick="Preview.hide()"> <img src="icons/close.png"> @@ -202,6 +202,7 @@ <img src="icons/external.png"> </button> </div> + <webview></webview> </div> |