[Help] Rail component with mobile screen #1465
-
Help WantedHow can I fit mobile screen with right/left rail? Testcase |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you want a drawer like feature you probably look at the |
Beta Was this translation helpful? Give feedback.
If you want a drawer like feature you probably look at the
sidebar
module instead.To showing a rail infront of the main container, try
internal rail
As stated in the docs already,
rail
has a quite wide default width, thus isn't supposed to be used on mobile screens (at least not mobile phones in portrait mode)I suggest to use the
grid
collection instead depending of your usecase, which also already has proper breakpoint support