Vinícius Mendes de Souza

Results 2 issues of Vinícius Mendes de Souza

Horizontal scroll is not working and I don't know why. Inspecting elements in Google Chrome, I noticed that "element.style" from ion-scroll contains overflow:hidden, and it overrides "overflow-x: scroll" by default....

We are developing over the following schema: ``` var contractSchema = new Schema({ isWorking: {type: Boolean, default: false}, isLate: {type: Boolean, default: false}, _node: { type: Schema.ObjectId, ref: 'node', required:...