mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-03-14 01:51:40 +00:00
Whoops
This commit is contained in:
parent
6cb741a134
commit
8eac9490ee
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
<div
|
||||
class="overlayTextContainer border"
|
||||
:style="[
|
||||
{ width: unref(width) + 'px', height: unref(height - 1) + 'px' },
|
||||
{ width: unref(width) + 'px', height: (unref(height) - 1) + 'px' },
|
||||
unref(borderStyle) ?? {}
|
||||
]"
|
||||
>
|
||||
|
|
Loading…
Add table
Reference in a new issue