We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c55e1f commit 7f3694fCopy full SHA for 7f3694f
src/app/app.scss
@@ -27,3 +27,15 @@ $options-popover-margin: 5px;
27
left: calc(100% - #{$options-popover-width} - #{$options-popover-margin}) !important;
28
top: $options-popover-margin !important;
29
}
30
+
31
+// Attachments Popover Component
32
+// --------------------------------------------------
33
34
+$attachments-popover-width: 100%;
35
36
+.attachments-popover .popover-content {
37
+ width: $attachments-popover-width;
38
+ transform-origin: 300px 30px !important;
39
+ left: calc(100% - #{$attachments-popover-width}) !important;
40
+ top: 58px !important;
41
+}
0 commit comments