mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fix side panel scroll issue (#7829)
This commit is contained in:
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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue