A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/bootstrap-vue/bootstrap-vue/commit/782e11dedf8ed9f362a1c44772d660adf24975a5 below:

make sure to not exceed 100% in height (closes #6176)… · bootstrap-vue/bootstrap-vue@782e11d · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+7

-6

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+7

-6

lines changed Original file line number Diff line number Diff line change

@@ -1,5 +1,5 @@

1 1

.b-sidebar-outer {

2 -

position: fixed !important;

2 +

position: fixed;

3 3

top: 0;

4 4

left: 0;

5 5

right: 0;

@@ -9,7 +9,7 @@

9 9

}

10 10 11 11

.b-sidebar-backdrop {

12 -

position: fixed !important;

12 +

position: fixed;

13 13

top: 0;

14 14

left: 0;

15 15

z-index: -1;

@@ -21,12 +21,13 @@

21 21

.b-sidebar {

22 22

display: flex;

23 23

flex-direction: column;

24 -

position: fixed !important;

24 +

position: fixed;

25 25

top: 0;

26 -

height: 100vh;

27 26

width: $b-sidebar-width;

28 -

max-width: 100% !important;

29 -

margin: 0 !important;

27 +

max-width: 100%;

28 +

height: 100vh;

29 +

max-height: 100%;

30 +

margin: 0;

30 31

outline: 0;

31 32

transform: translateX(0);

32 33

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4