style: show scrollbar over content.

This commit is contained in:
Wentao Lyu 2023-04-04 13:27:09 +08:00
parent 7353829719
commit cef98070e9

View file

@ -28,6 +28,10 @@
transition: all 1s ease-in-out;
} */
.overflow-y-auto {
overflow-y: overlay;
}
.openAIOptions-simple-container {
pointer-events: none;
opacity: 0;