Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Pull-aanvragen
0
Publicaties
0
Wiki
Activiteit
Bladeren bron
Fixes an extra scrollbar showing on the graph
main
Eric Amodio
2 jaren geleden
bovenliggende
791c898352
commit
878056a51b
1 gewijzigde bestanden
met
toevoegingen van 1
en
1 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+1
-1
src/webviews/apps/plus/graph/graph.scss
+ 1
- 1
src/webviews/apps/plus/graph/graph.scss
Bestand weergeven
@ -364,7 +364,7 @@ a {
&
__container
{
display
:
flex
;
flex-direction
:
column
;
height
:
calc
(
100vh
-
1
px
)
;
/
/
shoot
me
--
the
1
px
is
to
stop
the
vertical
scrollbar
from
showing
up
height
:
calc
(
100vh
-
2
px
)
;
/
/
shoot
me
--
the
2
px
is
to
stop
the
vertical
scrollbar
from
showing
up
gap
:
0
;
padding
:
0
2px
;
}
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan