summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.scss
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-12-18 20:54:17 -0800
committerCorey Hulen <corey@hulen.com>2015-12-18 20:54:17 -0800
commit0153bc6342392ea9fd17f91bebf50d44cabef789 (patch)
tree1ffa768fb5796da6145f13ee9f2e766f2f668c61 /web/sass-files/sass/partials/_responsive.scss
parentbb9cb1029539b179725a586057c39507597300de (diff)
parent3d0249c8bc2d5f12f8528dd0fcb7d02c66bee626 (diff)
downloadchat-0153bc6342392ea9fd17f91bebf50d44cabef789.tar.gz
chat-0153bc6342392ea9fd17f91bebf50d44cabef789.tar.bz2
chat-0153bc6342392ea9fd17f91bebf50d44cabef789.zip
Merge pull request #1751 from asaadmahmoodspin/ui-improvements
Multiple UI Improvements
Diffstat (limited to 'web/sass-files/sass/partials/_responsive.scss')
-rw-r--r--web/sass-files/sass/partials/_responsive.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index 2aa130fa9..694a3e741 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -336,7 +336,10 @@
}
}
.settings-table {
- .nav, .nav.absolute {
+ .nav {
+ &.position--top {
+ top: auto;
+ }
position: relative;
top: auto;
width: 100%;