mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-24 05:29:51 +03:00
only apply webkit hacks to search page
This commit is contained in:
parent
6125d08e2a
commit
e86aa11ef6
@ -3,12 +3,6 @@
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
/* this is trick to make webkit use hardware acceleration */
|
||||
*:not(html) {
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
-webkit-perspective: 1000;
|
||||
}
|
||||
|
||||
.scrollbar-hidden::-webkit-scrollbar {
|
||||
-webkit-appearance: none;
|
||||
width: 0;
|
||||
|
@ -131,3 +131,11 @@
|
||||
</ul>
|
||||
{/if}
|
||||
</figure>
|
||||
|
||||
<style>
|
||||
/* this is trick to make webkit use hardware acceleration */
|
||||
figure {
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
-webkit-perspective: 1000;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user