Ensure story buttons are clickable despite being in a no-drag region

This commit is contained in:
trevor-signal
2023-06-06 09:53:10 -04:00
committed by GitHub
parent 6f3b56c6fa
commit b2f5febbf9
5 changed files with 7 additions and 1 deletions

View File

@@ -59,6 +59,8 @@
vertical-align: text-bottom;
border: none;
opacity: 0;
// while it is invisible, allow it to be draggable
-webkit-app-region: drag;
transition: margin-inline-start $transition, opacity $transition;
&:disabled {