Skip to content

Commit

Permalink
Fixing Css logic to correctly show rate limit banner
Browse files Browse the repository at this point in the history
  • Loading branch information
arafatkatze committed Dec 26, 2024
1 parent 38d0921 commit 3848aed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vscode/webviews/chat/ErrorItem.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,12 @@
}

.error-item .banner-container {
position: absolute;
position: relative;
top: 0;
right: 0;
overflow: hidden;
overflow: visible;
height: 100px;
z-index: 1000;
}

@property --error-item-reflection-position {
Expand Down

0 comments on commit 3848aed

Please sign in to comment.