web/save: fix overflow

This commit is contained in:
wukko 2024-06-25 15:54:33 +06:00
parent d490ef9907
commit 71acbfb054
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -16,6 +16,7 @@
<style>
#cobalt-save-container {
padding: var(--padding);
overflow: hidden;
}
#cobalt-save {