Merge branch 'dev' into 'staging'
-- See merge request frontend/marketplace!212
This commit is contained in:
commit
272e08cb18
@ -7,20 +7,28 @@ body {
|
|||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
/*скрывает все скролл-бары*/
|
/*скрывает все скролл-бары*/
|
||||||
html * {
|
html * ::-webkit-scrollbar {
|
||||||
-ms-overflow-style: none;
|
background-color: inherit;
|
||||||
overflow: -moz-scrollbars-none;
|
|
||||||
scrollbar-width: none;
|
|
||||||
}
|
}
|
||||||
html ::-webkit-scrollbar {
|
html * ::-webkit-scrollbar-button {
|
||||||
display: none;
|
display: none;
|
||||||
width : 0 !important;
|
}
|
||||||
|
html * ::-webkit-scrollbar-track {
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
html * ::-webkit-scrollbar-thumb {
|
||||||
|
width: 5px;
|
||||||
|
background-color: gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
|
||||||
-ms-overflow-style : none; /* IE 10+ */
|
/*
|
||||||
scrollbar-width : none; /* Firefox */
|
::-webkit-scrollbar — это фон самого скроллбара.
|
||||||
}
|
::-webkit-scrollbar-button — кнопки направления на полосе прокрутки.
|
||||||
|
::-webkit-scrollbar-track — пустое пространство под индикатором прокрутки.
|
||||||
|
::-webkit-scrollbar-thumb — индикатор прокрутки, перетаскиваемый элемент.
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
video {
|
video {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user