Fix right-side floating widget position near bottom-right corner
Anchor the vertical widget at bottom: 150px with transform-origin at the bottom-right corner so it sits fully visible along the right edge. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -285,9 +285,9 @@ body.att-cc-modal-active {
|
||||
|
||||
.att-cc-widget--right {
|
||||
right: 0;
|
||||
top: 50%;
|
||||
transform: rotate(-90deg) translateX(50%);
|
||||
transform-origin: right center;
|
||||
bottom: 150px;
|
||||
transform: rotate(-90deg);
|
||||
transform-origin: 100% 100%;
|
||||
border-radius: 8px 8px 0 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user