Commit 8fd8533
authored
fix(AnalyticalTable): fix bottom border position (#8319)
Before (::after pseudo element is scrolled with container):
<img width="1186" height="334" alt="image"
src="https://github.com/user-attachments/assets/e97b63e8-952b-400c-8ca2-25376482694e"
/>
Now:
<img width="1166" height="337" alt="image"
src="https://github.com/user-attachments/assets/77931ec2-e166-42f1-8657-5a23f0c9dbb5"
/>
Issue was raised in public Slack channel.1 parent 7e16ae8 commit 8fd8533
File tree
1 file changed
+11
-11
lines changed- packages/main/src/components/AnalyticalTable
1 file changed
+11
-11
lines changedLines changed: 11 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
43 | 54 | | |
44 | 55 | | |
45 | 56 | | |
| |||
137 | 148 | | |
138 | 149 | | |
139 | 150 | | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
0 commit comments