Fix side panel scroll issue (#7829)

This commit is contained in:
RachelElysia
2022-09-19 15:30:03 -04:00
committed by GitHub
parent 8607a5d394
commit f98e9885ef
2 changed files with 5 additions and 0 deletions
@@ -0,0 +1 @@
* Fix side panel tooltips to not be wider than side panel causing scroll bug
@@ -7,4 +7,8 @@
padding: $pad-xxlarge;
// need relative positioning for a close icon that is on some sidebars have
position: relative;
.component__tooltip-wrapper__tip-text {
max-width: 280px;
}
}