fix overscrolling issue with popup

This commit is contained in:
SethBurkart123
2023-10-20 06:58:20 +11:00
parent 1edcf442e6
commit 7525a9041e
4 changed files with 34 additions and 29 deletions
+4
View File
@@ -10,4 +10,8 @@
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
}
::-webkit-scrollbar {
display: none;
}