holochain / elemental-chat-ui

A Vue.js + Vuetify + Vuex web app for Elemental Chat DNA.
48 stars 13 forks source link

Remove extra padding underneath newest message #137

Open qubist opened 3 years ago

qubist commented 3 years ago

This was causing there to be an extra blank space between the newest message and the chat box, which would show if you scrolled all the way down in the messages.

The CSS selector is so specific because we need to override padding-bottom: 40px !important; which comes from Vue I think. More about !important https://stackoverflow.com/questions/11178673/how-to-override-important