Fix wish fulfilled overlay #48
This commit is contained in:
parent
39b0e829c3
commit
b9b7607e8b
2 changed files with 7 additions and 8 deletions
|
@ -341,6 +341,12 @@ figure {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
/** Overlay */
|
||||
.ui.card .dimmer,
|
||||
.ui.cards > .card .dimmer {
|
||||
z-index: calc(var(--dimmerZIndex) + 2);
|
||||
}
|
||||
|
||||
/**
|
||||
* Label
|
||||
*/
|
||||
|
|
|
@ -110,14 +110,7 @@ $page->navigation();
|
|||
<li>
|
||||
<?php
|
||||
/** TRANSLATORS: Changelog: Fixed */
|
||||
echo __('Fix wish buttons overflow');
|
||||
?>
|
||||
<a href="https://github.com/grandeljay/wishthis/issues/48" target="_blank">#48</a>
|
||||
</li>
|
||||
<li>
|
||||
<?php
|
||||
/** TRANSLATORS: Changelog: Fixed */
|
||||
echo __('Fix wish price');
|
||||
echo __('Fix various wish UI bugs');
|
||||
?>
|
||||
<a href="https://github.com/grandeljay/wishthis/issues/48" target="_blank">#48</a>
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue