fix(测试跟踪): 执行测试计划弹窗在 FireFox 浏览器出现空的滚动条

--bug=1027281 --user=白奇 【通用设置】浏览器兼容性样式优化汇总 https://www.tapd.cn/55049933/s/1387901
This commit is contained in:
baiqi 2023-06-29 09:38:23 +08:00 committed by fit2-zhao
parent 7ce8a89b4f
commit a7a78978e5
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ export default {
<style scoped> <style scoped>
.env-container{ .env-container{
max-height: 400px; max-height: 400px;
overflow-y: scroll; overflow-y: auto;
padding-bottom: 1px; padding-bottom: 1px;
} }
.env-container .title { .env-container .title {