mirror of
https://github.com/LingChair/LingChair-V0.git
synced 2025-12-07 09:35:49 +08:00
fix: MDUI css 导致的右键菜单的一系列问题
1. 彻底移除了导致右键菜单无法显示的 overflow-x: auto; 以及 overflow-y: hidden; 2. 使用 .mdui-tab > a 来代替 .mdui-tab a 防止误匹配导致右键菜单文本样式有误
This commit is contained in:
@@ -11013,12 +11013,11 @@ select.mdui-select[multiple] option:last-child {
|
||||
max-height: 72px;
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
white-space: nowrap;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
.mdui-tab a {
|
||||
/* Mod: 防止匹配到更次的a */
|
||||
.mdui-tab > a {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user