mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
/integrations/: Fix sidebar overflowing parent container.
The sidebar height was set to shorter than what the sidebar actually was and so it would overflow the parent. By resetting it, it now will not overflow. Fixes: #6315.
This commit is contained in:
parent
ecae244898
commit
d09db16dcd
@ -1990,7 +1990,7 @@ nav ul li.active::after {
|
||||
position: sticky;
|
||||
top: 40px;
|
||||
margin: auto;
|
||||
height: 426px;
|
||||
height: 490px;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user