Este site funciona melhor com JavaScript.
Página inicial
Explorar
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Re-adds -2px hack stop the extra graph scrollbar
main
Eric Amodio
2 anos atrás
pai
5135e5582b
commit
3454fad678
1 arquivos alterados
com
1 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-2
src/webviews/apps/plus/graph/graph.scss
+ 1
- 2
src/webviews/apps/plus/graph/graph.scss
Ver arquivo
@ -382,8 +382,7 @@ a {
&
__container
{
display
:
flex
;
flex-direction
:
column
;
/
/
height
:
calc
(
100vh
-
2px
)
;
/
/
shoot
me
--
the
2px
is
to
stop
the
vertical
scrollbar
from
showing
up
height
:
100vh
;
/
/
shoot
me
--
the
2px
is
to
stop
the
vertical
scrollbar
from
showing
up
height
:
calc
(
100vh
-
2px
)
;
/
/
shoot
me
--
the
2px
is
to
stop
the
vertical
scrollbar
from
showing
up
gap
:
0
;
padding
:
0
2px
;
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar