|
2 | 2 | @import "~/assets/globals.css"; |
3 | 3 |
|
4 | 4 | :host { |
| 5 | + all: initial !important; |
5 | 6 | position: fixed !important; |
6 | 7 | top: 0 !important; |
7 | 8 | right: 0 !important; |
|
12 | 13 | z-index: 2147483646 !important; |
13 | 14 | pointer-events: none !important; |
14 | 15 | overflow: visible !important; |
15 | | - font-family: var(--font-sans, "Outfit", sans-serif); |
| 16 | + font-family: var(--font-sans, "Outfit", sans-serif) !important; |
| 17 | + font-size: 16px !important; |
| 18 | + line-height: 1.5 !important; |
| 19 | + color: initial !important; |
| 20 | + box-sizing: border-box !important; |
16 | 21 | } |
17 | 22 |
|
18 | 23 | :host([data-ui-type="preview"]) { |
|
49 | 54 | pointer-events: none !important; |
50 | 55 | } |
51 | 56 |
|
| 57 | +:host > div { |
| 58 | + box-sizing: border-box !important; |
| 59 | + width: 100% !important; |
| 60 | + height: 100% !important; |
| 61 | + margin: 0 !important; |
| 62 | + padding: 0 !important; |
| 63 | + display: block !important; |
| 64 | + overflow: hidden !important; |
| 65 | +} |
| 66 | + |
52 | 67 | html, |
53 | 68 | body { |
54 | 69 | position: static !important; |
55 | 70 | top: auto !important; |
56 | 71 | left: auto !important; |
57 | 72 | right: auto !important; |
58 | 73 | bottom: auto !important; |
| 74 | + box-sizing: border-box !important; |
59 | 75 | width: 100% !important; |
60 | 76 | height: 100% !important; |
61 | 77 | margin: 0 !important; |
62 | 78 | padding: 0 !important; |
63 | | - overflow: visible !important; |
| 79 | + overflow: hidden !important; |
| 80 | +} |
| 81 | + |
| 82 | +#superfill-autofill-preview-root { |
| 83 | + box-sizing: border-box !important; |
| 84 | + width: 100% !important; |
| 85 | + height: 100% !important; |
| 86 | + min-height: 0 !important; |
| 87 | + display: flex !important; |
| 88 | + flex-direction: column !important; |
| 89 | + overflow-y: auto !important; |
| 90 | + overflow-x: hidden !important; |
| 91 | + position: relative !important; |
64 | 92 | } |
65 | 93 |
|
66 | 94 | /* From Uiverse.io by andrew-manzyk */ |
|
0 commit comments