mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 06:20:30 +02:00
add accesibility stuff and add webkit backdorp for ios/safari
This commit is contained in:
parent
38d6c901ff
commit
d03b4c2419
6 changed files with 19 additions and 10 deletions
|
@ -11,6 +11,7 @@ div.top {
|
|||
position: fixed;
|
||||
background-color: #242424dd;
|
||||
backdrop-filter: blur(5px);
|
||||
-webkit-backdrop-filter: blur(5px);
|
||||
user-select: none;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue