Skip to content

Commit f0a26b2

Browse files
committed
Fix rights tooltip clipping inside modal popups
1 parent cacd381 commit f0a26b2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/index.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,6 +1173,12 @@ input {
11731173
width: min(640px, 96vw);
11741174
}
11751175

1176+
.user-profile-popup .info-tip-box,
1177+
.user-settings-modal .info-tip-box {
1178+
top: auto;
1179+
bottom: calc(100% + 8px);
1180+
}
1181+
11761182
.notifications-panel {
11771183
position: relative;
11781184
display: grid;

0 commit comments

Comments
 (0)