mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-22 19:25:16 +00:00
fix: 🐛 Remove rounding from top / bottom of entire app
This commit is contained in:
parent
fd673172a6
commit
ff2141d3f2
1 changed files with 0 additions and 3 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue