Commit 4fcc3d6b authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix broadcast message overflow

parent 589930bd
.page-with-sidebar { .page-with-sidebar {
background: #F5F5F5; background: #F5F5F5;
.sidebar-wrapper {
position: fixed;
top: 0;
left: 0;
height: 100%;
border-right: 1px solid #EAEAEA;
}
} }
.sidebar-wrapper { .sidebar-wrapper {
...@@ -97,11 +105,6 @@ ...@@ -97,11 +105,6 @@
.sidebar-wrapper { .sidebar-wrapper {
width: 250px; width: 250px;
position: fixed;
left: 250px;
height: 100%;
margin-left: -250px;
border-right: 1px solid #EAEAEA;
.nav-sidebar { .nav-sidebar {
margin-top: 20px; margin-top: 20px;
...@@ -123,11 +126,6 @@ ...@@ -123,11 +126,6 @@
.sidebar-wrapper { .sidebar-wrapper {
width: 52px; width: 52px;
position: fixed;
top: 0;
left: 0;
height: 100%;
border-right: 1px solid #EAEAEA;
overflow-x: hidden; overflow-x: hidden;
.nav-sidebar { .nav-sidebar {
...@@ -157,5 +155,3 @@ ...@@ -157,5 +155,3 @@
@media(min-width: $screen-sm-max) { @media(min-width: $screen-sm-max) {
@include expanded-sidebar; @include expanded-sidebar;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment