I have a semantic ui list that contains so many elements that it is longer than the window. I want to have a scrollbar only for the list itself, however the browser displays a scrollbar for the entire website.
Should I put a list in a div container and set its height = 100% or is the best way to achieve this?
Many thanks: -)
Add the following css ui listdivs to you :
ui list
height: 100%; overflow: scroll;
, , div , , div . , 100% , , "" divs .
Source: https://habr.com/ru/post/1598187/More articles:Regex word boundaries and match distance - c #Dynamic deployment of new site features using PHP and MySQL - phpHow to use pyspark mllib RegressionMetrics with real forecasts - apache-sparkWhy does ObjectOutputStream.readObject () access MyClass.readObject () - javaCSS file and line number not showing when debugging rails - cssChecksum Failed to get the error - phpui-router nested states, changing the child state causes the parent view to reload - angularjsMysql hosted on Amazon aws, sometimes very slow - mysqlSonar-msbuild-runner output with error 255, CLR module with error - c #Problems with sorting Lucene 5 (UnInvertedReader and DocValues) - javaAll Articles