@@ -128,6 +128,7 @@ const TabWrapper = styled.div`
margin-right: 10px;
border-radius: 5px;
overflow: hidden;
+ overflow-y: auto;
`;
const FlexWrapper = styled.div`
@@ -16,7 +16,7 @@ const AuthProvider: React.FC = ({ children }) => {
useEffect(() => {
let isSubscribed = true;
- if (!user) {
+ if (!user || !currentProject?.id) {
setCurrentPolicy(null);
} else {
api