mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
fix: Force top-0 on tooltip div to avoid overflow issues on mobile (#695)
This commit is contained in:
@@ -289,7 +289,7 @@ export default class extends Controller {
|
||||
.append("div")
|
||||
.attr(
|
||||
"class",
|
||||
"bg-container text-sm font-sans absolute p-2 border border-secondary rounded-lg pointer-events-none opacity-0",
|
||||
"bg-container text-sm font-sans absolute p-2 border border-secondary rounded-lg pointer-events-none opacity-0 top-0",
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user