fix main width if right aside is hidden
This commit is contained in:
parent
e64378f94f
commit
be7e249630
@ -10,7 +10,7 @@ main {
|
||||
display: table;
|
||||
table-layout: fixed;
|
||||
position: relative;
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
|
@ -1654,7 +1654,7 @@ nav .dropdown-menu {
|
||||
|
||||
main.fullscreen {
|
||||
left: 0px;
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
max-width: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user