0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-23 03:35:15 +00:00

fix: 🐛 Remove rounding from top / bottom of entire app

This commit is contained in:
Front 2022-04-06 20:24:09 -04:00
parent fd673172a6
commit ff2141d3f2

View file

@ -14,9 +14,6 @@
v-show="!search"
class="scrollcontainer"
style="overflow: hidden; height: calc(100vh - 8rem)"
:style="{
borderRadius: `${roundTweak / 2}rem`,
}"
>
<!-- element above removes artifacting from things like v-ripple by -->
<!-- scrollbox below must be a standalone div -->