mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-06-21 08:14:36 +00:00
fix: disallow user-select in popover
This commit is contained in:
@ -36,6 +36,8 @@
|
||||
box-shadow: 6px 6px 36px 0 rgba(0, 0, 0, 0.25);
|
||||
overflow: auto;
|
||||
white-space: normal;
|
||||
user-select: none;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
& > .popover-inner[data-content-type] {
|
||||
|
Reference in New Issue
Block a user