Fix camera UI gradient gap at bottom

This commit is contained in:
2026-02-21 22:39:28 +00:00
parent cdaa10c282
commit 62f35ec35e

View File

@@ -657,13 +657,14 @@ onUnmounted(() => {
.camera-controls {
position: absolute;
bottom: 20px;
bottom: 0;
left: 0;
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
padding: 20px;
padding-bottom: 40px;
background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
}