Ramon Veloso

Results 3 comments of Ramon Veloso

> #### Expected Behaviour > Fit the actual width without considering the scrollbar width in a scrollable element > > #### Actual Behaviour > The SVG goes above the scrollbar,...

the same around here "axios": "^1.2.1" ``` import axios from "axios"; const api = axios.create({ baseURL: 'http://localhost/api/', }); export { api } ``` ``` import api from "../http/api"; export default...