Skip to content

Commit 4160598

Browse files
committed
drag handles not shown in shadow root
1 parent 020841a commit 4160598

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

client/scss/finder-browser.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,4 +336,12 @@ dialog {
336336
}
337337
}
338338

339+
:host {
340+
--rc-drag-handle-size: 12px;
341+
--rc-drag-handle-mobile-size: 24px;
342+
--rc-drag-handle-bg-colour: rgba(0, 0, 0, 0.2);
343+
--rc-drag-bar-size: 6px;
344+
--rc-border-color: rgba(255, 255, 255, 0.7);
345+
--rc-focus-color: #0088ff;
346+
}
339347
@import 'node_modules/react-image-crop/src/ReactCrop.scss';

0 commit comments

Comments
 (0)