mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-09 02:09:12 +00:00
wip(app): line selection
This commit is contained in:
@@ -70,6 +70,20 @@
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
[data-slot="session-review-accordion-content"] {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
[data-component="popover-content"] {
|
||||
position: absolute !important;
|
||||
}
|
||||
|
||||
.session-review-comment-popover-content {
|
||||
left: auto !important;
|
||||
right: calc(100% + 12px) !important;
|
||||
}
|
||||
|
||||
[data-slot="session-review-trigger-content"] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user