How does el-scrollbar hide the horizontal scroll bar

Baidu overuses. El-scrollbar__wrap {overflow-x: hidden;}, but my code doesn"t work with this. The project is vue+element

.
Apr.05,2021

. El-scrollbar__wrap {overflow-x: hidden;} is useful, don't write it in < style scoped > < / style >, write the css import file yourself.


you try

  

< style scoped > < / style > where scoped represents the current file rendering css, and the scroll bar may be loaded dynamically later, so it doesn't work.
solution: 1. You can also introduce a globally effective css file as described on the second floor;
2. Remove the scoped attribute of the current file

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b407a3-2c52d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b407a3-2c52d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?