mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-25 02:46:39 +07:00
fix scrollbar issues
This commit is contained in:
parent
dc01ec2861
commit
d1afc3aeef
2 changed files with 9 additions and 1 deletions
|
@ -77,7 +77,7 @@ export default defineComponent({
|
|||
.grid {
|
||||
display: grid;
|
||||
grid-template-columns: 360px auto;
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
|
||||
@include desktop {
|
||||
grid-template-columns: 33vw auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue