Export UI (#297)

* Exporting

* Linter

* Fixed helper error

* Delete export
This commit is contained in:
Adrian O.V
2023-06-30 11:14:06 -04:00
committed by GitHub
parent 91d3bf825d
commit 815d0a60bc
8 changed files with 272 additions and 5 deletions

View File

@@ -531,8 +531,8 @@ const handleOptionsClick = (args) => {
min-height: calc(100vh - 3.25rem);
height: fit-content;
max-height: calc(100vh - 3.25rem);
overflow-y: auto;
padding: 1rem 0.5rem 1rem 1rem;
overflow-y: auto;
-ms-overflow-style: none;
scrollbar-width: none;