mirror of
https://github.com/appwrite/console.git
synced 2026-04-07 19:17:46 +00:00
Speed up filter, and set overlay full width
This commit is contained in:
@@ -169,14 +169,14 @@
|
||||
|
||||
.overlay {
|
||||
position: fixed;
|
||||
width: calc(100vw - 200px);
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
right: 0;
|
||||
top: 0;
|
||||
z-index: 10;
|
||||
background-color: #56565c1a;
|
||||
backdrop-filter: blur(5px);
|
||||
transition: backdrop-filter 0.5s ease-in-out;
|
||||
transition: backdrop-filter 0.2s ease-in-out;
|
||||
|
||||
@media (min-width: 1024px) {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user