Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/36.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/redis/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Css Tapestry:如何在调色板中水平滚动_Css_Tapestry_Horizontal Scrolling_Palette - Fatal编程技术网

Css Tapestry:如何在调色板中水平滚动

Css Tapestry:如何在调色板中水平滚动,css,tapestry,horizontal-scrolling,palette,Css,Tapestry,Horizontal Scrolling,Palette,我的调色板中的项目比框宽。项目的尾部已剪裁且不可见。调色板有自动垂直滚动,但没有水平滚动。如何使水平滚动成为可能 以下是我在css中尝试的内容 DIV.t-palette SELECT { overflow-x: auto !important; } 及 及 任何帮助都将不胜感激。谢谢。也许我不理解你的问题,但这对我很有用: DIV.t-palette SELECT { overflow-x: scroll; } 我试过你的代码,但对我无效。您是在使用t:type=“Palette”还是

我的调色板中的项目比框宽。项目的尾部已剪裁且不可见。调色板有自动垂直滚动,但没有水平滚动。如何使水平滚动成为可能

以下是我在css中尝试的内容

DIV.t-palette SELECT { 
overflow-x: auto !important;
}


任何帮助都将不胜感激。谢谢。

也许我不理解你的问题,但这对我很有用:

DIV.t-palette SELECT {
 overflow-x: scroll;
}

我试过你的代码,但对我无效。您是在使用t:type=“Palette”还是在使用tapestry jquery调色板?
DIV.t-palette {
    overflow-x: auto !important;    
}
DIV.t-palette SELECT {
 overflow-x: scroll;
}