web/save: fix overflow

This commit is contained in:
wukko 2024-06-25 15:54:33 +06:00
parent 352b0eae59
commit 19661f2f72
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 {