mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/save: fix overflow
This commit is contained in:
parent
352b0eae59
commit
19661f2f72
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
<style>
|
||||
#cobalt-save-container {
|
||||
padding: var(--padding);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#cobalt-save {
|
||||
|
|
Loading…
Reference in a new issue