NB: stylesview: Hide scrollbar while being able to scroll
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com> Change-Id: I1b3f901a8c76f63134419f67972b4b038351c93c
This commit is contained in:
parent
5814c475a4
commit
eae0a70fd9
1 changed files with 7 additions and 1 deletions
|
@ -417,11 +417,17 @@
|
|||
#stylesview {
|
||||
height: 64px;
|
||||
width: 530px;
|
||||
overflow-x: hidden;
|
||||
overflow: auto;
|
||||
padding: 0px;
|
||||
border: 1px solid var(--color-border);
|
||||
border-radius: var(--border-radius);
|
||||
border-collapse: separate; /*To use box-shadow in Internet Explorer 9 or later*/
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
#stylesview::-webkit-scrollbar {
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
#stylesview .ui-iconview-entry {
|
||||
|
|
Loading…
Reference in a new issue