Changed all static inline style to CSS classes

This commit is contained in:
10G Meow 2022-02-23 11:52:09 +00:00 committed by N Pex
parent 128b19ef8f
commit d9aac824ef
27 changed files with 179 additions and 112 deletions

View file

@ -65,13 +65,17 @@ export default {
</script>
<style lang="scss">
@import "@/assets/css/chat.scss";
@import "@/assets/css/chat.scss";
</style>
<style lang="scss">
.sticker-picker .tabs {
position: sticky;
top: 0px;
z-index: 1;
}
.sticker-picker {
z-index: 10;
.tabs {
position: sticky;
top: 0px;
z-index: 1;
}
}
</style>