.hide-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

#latex-input {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#latex-input::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

[data-slot="scroll-area-viewport"] {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

[data-slot="scroll-area-viewport"]::-webkit-scrollbar {
  display: none;
}

[data-slot="scroll-area-scrollbar"] {
  display: none;
}
