fix: contain scroller inside timeline
parent
7aa012b997
commit
4b462a1da6
|
@ -1315,6 +1315,7 @@ export default defineComponent({
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
* {
|
* {
|
||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
|
|
Loading…
Reference in New Issue