mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-26 19:00:22 -06:00
fix: added scrollbar whenever overflowed in the settings/profile page (#1498)
Co-authored-by: Abhinai Sai <abhinaisai2002> Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
This commit is contained in:
committed by
GitHub
parent
1d5b83206b
commit
e4c453c444
@@ -192,7 +192,7 @@ export default function SettingsNavbar({
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="fixed hidden h-full bg-white py-2 pl-4 pr-10 md:block ">
|
||||
<div className="fixed hidden h-full overflow-auto bg-white py-2 pl-4 pr-10 md:block">
|
||||
<nav className="flex-1 space-y-1 bg-white px-2">
|
||||
{navigation.map((item) => (
|
||||
<div key={item.title}>
|
||||
|
||||
Reference in New Issue
Block a user