当前位置:网站首页>Processing of menu buttons on the left and contents on the right of the background system page, and double scrolling appears on the background system page
Processing of menu buttons on the left and contents on the right of the background system page, and double scrolling appears on the background system page
2022-07-01 03:35:00 【ohm_ coder】
The left menu and right content of the background management system , How to fix the button on the left when scrolling the content on the right
pc Page double scrolling appears in the end background system , How to deal with
- personal bug Record , Poor expression , See forgiveness
1. The left menu and right content of the background management system , How to fix the button on the left when scrolling the content on the right
1.1 When I was working on a background project , I found that the left cannot be fixed when scrolling the content on the right , Found the page ugly , I'm going to use flex Layout

1.2 resolvent

.index_content {
width: 100%;
height: 800px;
overflow-y: auto;
}Then new problems come out first Double scroll

2. pc Page double scrolling appears in the end background system , How to deal with
processing method
.index_content {
width: 100%;
height: 800px;
overflow-y: auto;
&::-webkit-scrollbar {
width: 0;
}
}Double scroll disappear

边栏推荐
- pytorch训练深度学习网络设置cuda指定的GPU可见
- Leetcode 31 next spread, leetcode 64 minimum path sum, leetcode 62 different paths, leetcode 78 subset, leetcode 33 search rotation sort array (modify dichotomy)
- Stop saying that you can't solve the "cross domain" problem
- Feign remote call and getaway gateway
- Nacos
- FCN全卷積網絡理解及代碼實現(來自pytorch官方實現)
- Feature pyramid networks for object detection
- Avalanche problem and the use of sentinel
- 衡量两个向量相似度的方法:余弦相似度、pytorch 求余弦相似度:torch.nn.CosineSimilarity(dim=1, eps=1e-08)
- go实现命令行的工具cli
猜你喜欢

pytorch nn. AdaptiveAvgPool2d(1)

排序链表(归并排序)

C # realize solving the shortest path of unauthorized graph based on breadth first BFS -- complete program display

雪崩问题以及sentinel的使用

Asgnet paper and code interpretation 2

后台系统右边内容如何出现滚动条和解决双滚动条的问题

Redis tutorial

TEC: Knowledge Graph Embedding with Triple Context

Feature pyramid networks for object detection

LeetCode 128最长连续序列(哈希set)
随机推荐
串口接收数据方案设计
ctfshow爆破wp
Feature pyramid networks for object detection
[reading notes] copywriting realization -- four golden steps for writing effective copywriting
Filter
Basic concepts of database
Pathmeasure implements loading animation
LeetCode 144二叉树的前序遍历、LeetCode 114二叉树展开为链表
How do spark tasks of 10W workers run? (Distributed Computing)
Go tool cli for command line implementation
JS daily development tips (continuous update)
[small sample segmentation] interpretation of the paper: prior guided feature enrichment network for fee shot segmentation
The combination of applet container technology and IOT
Ouc2021 autumn - Software Engineering - end of term (recall version)
Redis tutorial
Thread data sharing and security -threadlocal
Clion and C language
Analyze datahub, a new generation metadata platform of 4.7K star
EDLines: A real-time line segment detector with a false detection control翻译
Subnet division (10)