🎨 update
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-button {
|
||||
|
@@ -121,27 +121,4 @@
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
::view-transition-old(root),
|
||||
::view-transition-new(root) {
|
||||
animation: none;
|
||||
mix-blend-mode: normal;
|
||||
}
|
||||
|
||||
::view-transition-old(root) {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
::view-transition-new(root) {
|
||||
z-index: 2147483646;
|
||||
}
|
||||
|
||||
[data-bs-theme="dark"]::view-transition-old(root) {
|
||||
z-index: 2147483646;
|
||||
}
|
||||
|
||||
[data-bs-theme="dark"]::view-transition-new(root) {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user