fix(tile-view): hide any horizontal overflow
This commit is contained in:
parent
8d6e1b1872
commit
07ccb0a386
|
@ -62,9 +62,10 @@
|
|||
box-sizing: border-box;
|
||||
|
||||
/**
|
||||
* Allow scrolling of the thumbnails.
|
||||
* Allow vertical scrolling of the thumbnails.
|
||||
*/
|
||||
overflow: auto;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue