prevent horizontal scrollbar
This commit is contained in:
parent
990405d6ee
commit
2163d556bf
1 changed files with 4 additions and 0 deletions
|
@ -62,6 +62,10 @@
|
|||
|
||||
|
||||
/* app sidebar toggle and swipe */
|
||||
#content-wrapper {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#app-navigation,
|
||||
#app-content {
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue