mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 03:09:43 +00:00
UX: remove horizontal scoll from narrow screens (#16657)
This commit is contained in:
parent
81580e559c
commit
4b92175d4e
@ -14,6 +14,7 @@
|
||||
backface-visibility: hidden; /** do magic for scrolling performance **/
|
||||
|
||||
> .wrap {
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
|
@ -184,6 +184,7 @@ input {
|
||||
}
|
||||
|
||||
#main-outlet-wrapper {
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
display: grid;
|
||||
grid-template-areas: "content";
|
||||
|
Loading…
x
Reference in New Issue
Block a user