Пожалуйста, включите JavaScript.
Главная
Обзор
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Pull Request'ы
0
Релизы
0
Вики
Активность
Просмотр исходного кода
Re-adds -2px hack stop the extra graph scrollbar
main
Eric Amodio
2 лет назад
Родитель
5135e5582b
Сommit
3454fad678
1 измененных файлов
:
1 добавлений
и
2 удалений
Разделённый вид
Опции Diff
Показать статистику
Скачать Patch файл
Скачать Diff файл
+1
-2
src/webviews/apps/plus/graph/graph.scss
+ 1
- 2
src/webviews/apps/plus/graph/graph.scss
Просмотреть файл
@ -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
;
}
Редактирование
Предпросмотр
Загрузка…
Отмена
Сохранить